Skip to content

Commit

Permalink
! Release 20.12.1 Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
koumaza authored Jan 29, 2021
1 parent 334b090 commit ae432a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
Tag:
if: "contains(toJSON(github.event.commits.*.msg), '!')"
if: "contains(github.event.head_commit.message, '!')"
outputs:
generated_tag: ${{ steps.BumpTag.outputs.new_tag }}
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ae432a3

Please sign in to comment.