Skip to content

Commit

Permalink
Update increment_version.yaml (#24)
Browse files Browse the repository at this point in the history
Fixing push to new branch
  • Loading branch information
nutrina authored Feb 26, 2025
1 parent a675d6a commit 8bdd32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/increment_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
git config user.email '-'
npm version ${{ github.event.inputs.version-increment-type }}
git log
git checkout -b package-version-update
git push --follow-tags --force origin package-version-update
- name: Create Pull Request
Expand Down

0 comments on commit 8bdd32e

Please sign in to comment.