summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2020-06-30 15:36:17 -0400
committerGitHub <noreply@github.com>2020-06-30 15:36:17 -0400
commit2d0f8831f86a384f2cd409d60136ed6cd1225f32 (patch)
tree4a84adac22c4999c6e20d278b42f23569704109d /.github/workflows
parentd7dbf8552562edcfb53ab2024d8ceccc33823021 (diff)
ci: Fix another oops with publish workflow (#3536)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release_published.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_published.yml b/.github/workflows/release_published.yml
index 5b92a91..b75358b 100644
--- a/.github/workflows/release_published.yml
+++ b/.github/workflows/release_published.yml
@@ -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 }}"}'