Skip to content

Commit

Permalink
CI fix 25
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 18, 2024
1 parent 7d6940c commit 95cb265
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 @@ -79,6 +79,6 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npm publish --tag "beta-$TAG_NEW_VERSION"
run: npm publish --access=public --tag "beta-$TAG_NEW_VERSION"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 95cb265

Please sign in to comment.