Browse Source

ci: Fix another oops with publish workflow (#3536)

master
Francis Lavoie 5 years ago
committed by GitHub
parent
commit
2d0f8831f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release_published.yml

2
.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 }}"}'

Loading…
Cancel
Save