Skip to content

Commit e429b82

Browse files
committed
wrong npmrc
1 parent 9b6384f commit e429b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 20
1919
registry-url: https://npm.pkg.github.com/
20-
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" | tee -a $HOME/.npmrc \
21-
- run: echo "@eeveebot:registry=https://npm.pkg.github.com/" | tee -a $HOME/.npmrc
20+
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" | tee -a $NPM_CONFIG_USERCONFIG \
21+
- run: echo "@eeveebot:registry=https://npm.pkg.github.com/" | tee -a $NPM_CONFIG_USERCONFIG
2222
- run: npm ci
2323
- run: npm test
2424
- run: npm publish

0 commit comments

Comments
 (0)