Skip to content

Commit

Permalink
fix(): publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
nckhell committed Jan 2, 2025
1 parent 35f4da6 commit 01febcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Publish to NPM Registry
run: |
release_version=${GITHUB_REF##*/}
yarn version --new-version "$release_version"
yarn version "$release_version"
yarn npm publish --access public

0 comments on commit 01febcd

Please sign in to comment.