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.
2 parents 10b520d + d3afdec commit 424b173Copy full SHA for 424b173
.github/workflows/publish-beta-version.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Publish to NPM
77
run: npm publish --tag beta
78
env:
79
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_v2 }}
80
81
notify-others:
82
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
73
run: npm publish
74
75
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_V2 }}
- name: Merge develop into master
0 commit comments