Skip to content

Commit

Permalink
fix the release event in image publish workflow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Dec 16, 2021
1 parent 7bebb17 commit 5d17893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: haya14busa/action-cond@v1
with:
cond: ${{ github.event_name == 'release' }}
if_true: ${{ github.release.tag_name }}
if_true: ${{ github.event.release.tag_name }}
if_false: "canary"

- name: Checkout
Expand Down

0 comments on commit 5d17893

Please sign in to comment.