We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95be282 commit 38d46e6Copy full SHA for 38d46e6
.github/workflows/main.yml
@@ -23,6 +23,6 @@ jobs:
23
- run: |
24
npm i
25
npm run build
26
- npm publish --access public --tag beta
+ npm publish --access public
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_JPMC_PUBLISHER }}
0 commit comments