Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Aug 28, 2024
2 parents 7a9ebb5 + c982e11 commit a634f05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
git add .
git commit -m "Bump version to ${{ github.event.inputs.version }}"
# set the branch to track the remote branch
git branch --set-upstream-to=origin/$BRANCH_NAME $BRANCH_NAME
# push version changes
git push --set-upstream origin $BRANCH_NAME
Expand Down

0 comments on commit a634f05

Please sign in to comment.