Skip to content

Commit

Permalink
fix: skip double workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed May 1, 2023
1 parent a1335ce commit 3ebbdb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ runs:
# Commit the bumped project version with a non-semver chore: commit message
git add pyproject.toml
git --no-pager diff --staged
git commit --author="${{ inputs.git-user-name }} <${{ inputs.git-user-email }}>" -m "chore: release ${{ steps.version.outputs.new_release_version }}
skip-checks: true"
git commit --author="${{ inputs.git-user-name }} <${{ inputs.git-user-email }}>" -m "chore: release ${{ steps.version.outputs.new_release_version }}" -m "[skip actions]"
# Push the changes to the current (should be main) branch, if this is not a dry-run
# TODO: This might not be super safe, we should consider that this could
Expand Down

0 comments on commit 3ebbdb1

Please sign in to comment.