Skip to content

Commit

Permalink
come one
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 5, 2024
1 parent 0922e6f commit 4d9119d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ 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 pull
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 4d9119d

Please sign in to comment.