We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6384f commit e429b82Copy full SHA for e429b82
.github/workflows/workflow.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
node-version: 20
19
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
+ - run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" | tee -a $NPM_CONFIG_USERCONFIG \
+ - run: echo "@eeveebot:registry=https://npm.pkg.github.com/" | tee -a $NPM_CONFIG_USERCONFIG
22
- run: npm ci
23
- run: npm test
24
- run: npm publish
0 commit comments