Skip to content

Commit

Permalink
CI fix 21
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 16, 2024
1 parent 278f4fc commit ff15037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npm publish --tag "beta-$TAG_NEW_VERSION" --access public --provenance
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit ff15037

Please sign in to comment.