Skip to content

Commit

Permalink
Merge pull request #292 from thefrontside/cl/push-signed-commit
Browse files Browse the repository at this point in the history
👷 Actually push the signed commits
  • Loading branch information
cowboyd authored Sep 17, 2024
2 parents 020a0a2 + 0fa3eb6 commit 72d7101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/covector-version-or-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# recommit with the signature setup in the beginning of this action
- name: Sign Commits
if: steps.covector.outputs.commandRan == 'version'
run: git commit --amend --no-edit --reset-author
run: |
git commit --amend --no-edit --reset-author
git push --force-with-lease origin release
- name: Create Pull Request With Versions Bumped
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 72d7101

Please sign in to comment.