Skip to content

Commit

Permalink
fix: update client-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbassham committed Apr 12, 2022
1 parent 33ac105 commit 0f2a554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
event-type: build-trigger
client-payload: '{"ref": "'v${{ steps.semantic.outputs.new_release_version }}'", "sha": "${{ github.sha }}", "release": { "id": "${{ steps.create_release.outputs.id }}", "html_url": "${{ steps.create_release.outputs.html_url }}", "upload_url": "${{ steps.create_release.outputs.upload_url }}" }}'
client-payload: '{"ref": "v${{ steps.semantic.outputs.new_release_version }}", "sha": "${{ github.sha }}", "release": { "id": "${{ steps.create_release.outputs.id }}", "html_url": "${{ steps.create_release.outputs.html_url }}", "upload_url": "${{ steps.create_release.outputs.upload_url }}" }}'

0 comments on commit 0f2a554

Please sign in to comment.