Skip to content

Commit

Permalink
in 1 line
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 5, 2024
1 parent 43acde3 commit 0922e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- run: npm version prerelease --preid=alpha

- run: |
git commit -am "ci: bump version to ${{ steps.bump_version.outputs.new_version }} [skip ci]"
git push
git commit -am "ci: bump version to ${{ steps.bump_version.outputs.new_version }} [skip ci]" && git push
publish-npm:
needs: bump-version
Expand Down

0 comments on commit 0922e6f

Please sign in to comment.