Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Nov 22, 2023
1 parent 59cf084 commit 6eeb469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
IS_RELEASE_COMMIT="${{ contains(steps.get-last-commit-message.outputs.COMMIT_MESSAGE, format('chore(CI/CD){0} bump version', ':')) }}"
if ! $IS_RELEASE_COMMIT; then
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }})
gh run watch ${{ github.run_id }}
fi
- name: Configure Git user
run: |
Expand Down

0 comments on commit 6eeb469

Please sign in to comment.