Skip to content

Commit

Permalink
Revert "retag after version bump, skip ci in commit msg (#493)" (#499)
Browse files Browse the repository at this point in the history
This reverts commit 5ff79cb.
  • Loading branch information
andrew-fleming authored Oct 24, 2022
1 parent 8d38c44 commit 20a200d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Auto-commit changes
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80
with:
commit_message: Bump version to ${{ env.RELEASE_VERSION }} [skip ci]
commit_message: Bump version to ${{ env.RELEASE_VERSION }}
create_branch: true
branch: release-${{ env.RELEASE_VERSION }}
- name: Merge changes to main
Expand All @@ -37,9 +37,6 @@ jobs:
git merge "release-${{ env.RELEASE_VERSION }}" --no-edit
git push
git tag -f ${{ env.RELEASE_VERSION }}
git push -f origin "${{ env.RELEASE_VERSION }}"
test:
runs-on: ubuntu-latest
if: ${{ always() }}
Expand Down

0 comments on commit 20a200d

Please sign in to comment.