Skip to content

Commit

Permalink
checkout branch (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu authored Mar 22, 2024
1 parent 1a6828c commit aa8e3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Create a new branch
run: |
BRANCH_NAME="bump-version-to-$VERSION"
git checkout -b $BRANCH_NAME main2
- name: Bump version and commit changes
run: |
./unifyVersions.js $VERSION
Expand Down

0 comments on commit aa8e3f4

Please sign in to comment.