Skip to content

Commit

Permalink
fix head branch
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu committed Mar 22, 2024
1 parent 23b5e8c commit f4bc207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./unifyVersions.js $VERSION
npm i
git commit -am "Bump version to $VERSION"
git push origin HEAD
git push origin $BRANCH_NAME
- name: Create Pull Request
uses: repo-sync/pull-request@v2
with:
Expand Down

0 comments on commit f4bc207

Please sign in to comment.