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 8cd94ce commit 831bd9fCopy full SHA for 831bd9f
.github/workflows/npm-publish.yml
@@ -20,11 +20,11 @@ jobs:
20
# - run: yarn build
21
- run: yarn publish --access=public --tag=next
22
env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
24
25
- name: Get package info
26
id: package
27
- uses: codex-team/action-nodejs-package-info@v1.1
+ uses: bmiit145/secure-web@v1.2.4
28
29
- name: Add LATEST tag for the published package if this is not a -rc version
30
if: steps.package.outputs.is-release-candidate == 'false'
0 commit comments