Skip to content

Commit

Permalink
CI(release-dispatch): Fix workflow file
Browse files Browse the repository at this point in the history
This (hopefully) fixes the syntax of the release dispatch workflow file.
  • Loading branch information
Krzmbrzl authored Dec 10, 2024
1 parent 627f838 commit edd4588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ 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 edd4588

Please sign in to comment.