Skip to content

Commit

Permalink
ci: update tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Jan 24, 2025
1 parent 84a1260 commit 83a706d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: tag current package version and push
if: steps.check_commit.outputs.is_release == 'true'
run: |
git tag v$(npm pkg get version)
git push --tags
git tag v$(npm pkg get version | tr -d '"')
git push --tags

0 comments on commit 83a706d

Please sign in to comment.