mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-21 00:29:26 +08:00
ci: Fix another oops with publish workflow (#3536)
This commit is contained in:
parent
d7dbf85525
commit
2d0f8831f8
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…
x
Reference in New Issue
Block a user