Skip to content

Commit

Permalink
chore: ignore if version the same for release package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Nov 29, 2023
1 parent 4ae47a5 commit a81a566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: npm run build
- id: use-tag-version
if: github.event.release.prerelease
continue-on-error: true
run: npm version --no-git-tag-version $(git describe --tags --abbrev=0 | sed 's/^v//')
- id: publish-prerelease
if: github.event.release.prerelease
Expand Down

0 comments on commit a81a566

Please sign in to comment.