Skip to content

Commit

Permalink
Send tag name in client payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Nov 20, 2023
1 parent 140c9e1 commit eef6b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
repository: coopcycle/coopcycle-ops
event-type: coopcycle-release
client-payload: '{"tag": "${{ github.event.release.name }}"}'
client-payload: '{"tag": "${{ github.event.release.tag_name }}"}'

0 comments on commit eef6b76

Please sign in to comment.