Skip to content

Commit

Permalink
chore: fix prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 3, 2024
1 parent 012e6de commit f33d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
CI: true
- name: Publish to NPM
run: |
yarn version --no-git-tag-version --new-version ${{ github.event.inputs.tag }}
yarn version ${{ github.event.inputs.tag }}
npm publish --access=public --tag nightly
env:
Expand Down

0 comments on commit f33d513

Please sign in to comment.