Skip to content

Commit 9da81ff

Browse files
committed
test by chaning the case of the secret's name
1 parent b29153f commit 9da81ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
publish-npm:
1919
runs-on: ubuntu-latest
2020
env:
21-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
21+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
@@ -29,6 +29,6 @@ jobs:
2929
- run: npm run lerna:build
3030
- name: Check npm auth
3131
run: |
32-
npm whoami
33-
npm config get registry
32+
npm whoami
33+
npm config get registry
3434

0 commit comments

Comments
 (0)