Skip to content

Commit 38d46e6

Browse files
authored
Update npm publish command in workflow
Removed the beta tag from npm publish command.
1 parent 95be282 commit 38d46e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: |
2424
npm i
2525
npm run build
26-
npm publish --access public --tag beta
26+
npm publish --access public
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_JPMC_PUBLISHER }}

0 commit comments

Comments
 (0)