Skip to content

Commit

Permalink
ci: Fix another oops with publish workflow (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored Jun 30, 2020
1 parent d7dbf85 commit 2d0f883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
repository: caddyserver/caddy-docker
event-type: release-tagged
client-payload: '{"tag": "${{ github.release.tag_name }}"}'
client-payload: '{"tag": "${{ github.event.release.tag_name }}"}'

0 comments on commit 2d0f883

Please sign in to comment.