Skip to content

Commit

Permalink
changed create release branch step (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncalesp committed Jun 6, 2023
1 parent 1c5c19d commit 38bcc15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

- name: Create release branch
run: |
git branch release/${{ github.event.inputs.tag }}
git checkout -b release/${{ github.event.inputs.tag }}
git fetch
git branch --set-upstream-to=origin/main release/${{ github.event.inputs.tag }}
- name: Update version number
run: |
Expand Down

0 comments on commit 38bcc15

Please sign in to comment.