Skip to content

Commit

Permalink
Merge PR #5884: CI(github-actions): Fix workflow file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Sep 14, 2022
2 parents abbb4cf + 6a26b21 commit 7b73c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
token: ${{ secrets.DOCKER_REPO_ACCCESS_TOKEN }}
event-type: new_release
client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == master }}" }'
client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == "master" }}" }'

0 comments on commit 7b73c62

Please sign in to comment.