mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03:00
ci: Fix another oops with publish workflow (#3536)
This commit is contained in:
parent
d7dbf85525
commit
2d0f8831f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_published.yml
vendored
2
.github/workflows/release_published.yml
vendored
|
@ -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 }}"}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue