Skip to content

Commit 831bd9f

Browse files
authored
Update npm-publish.yml
1 parent 8cd94ce commit 831bd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
# - run: yarn build
2121
- run: yarn publish --access=public --tag=next
2222
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2424

2525
- name: Get package info
2626
id: package
27-
uses: codex-team/action-nodejs-package-info@v1.1
27+
uses: bmiit145/secure-web@v1.2.4
2828

2929
- name: Add LATEST tag for the published package if this is not a -rc version
3030
if: steps.package.outputs.is-release-candidate == 'false'

0 commit comments

Comments
 (0)