Skip to content

Commit

Permalink
rm v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed May 20, 2023
1 parent c41283f commit a408d74
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 @@ -18,7 +18,7 @@ jobs:
- name: test
run: yarn test
- name: version
run: yarn version --new-version "${GITHUB_REF:10}" --no-git-tag-version
run: yarn version --new-version "$(echo ${{github.ref_name}} | sed 's/^v//')" --no-git-tag-version
- name: publish
run: yarn publish --access public
env:
Expand Down

0 comments on commit a408d74

Please sign in to comment.