Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Jan 22, 2025
1 parent e135ab6 commit 1694fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
fi
REL_BRANCH=$(echo ${{ steps.bump.outputs.newVersion }} | cut --delimiter "." --fields 1)
git checkout -b $REL_BRANCH
git push origin $REL_BRANCH
git push -f origin $REL_BRANCH

0 comments on commit 1694fbd

Please sign in to comment.