Skip to content

Commit

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

0 comments on commit 456eee9

Please sign in to comment.