Skip to content

Commit

Permalink
fix: use git head for sha in dispatch payload
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Mar 9, 2024
1 parent 20bcee9 commit 397b088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
"name": "${{ github.repository }}",
"owner": "${{ github.repository_owner }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"sha": "${{ steps.release.outputs.new_release_git_head }}",
"tag": "${{ steps.release.outputs.new_release_git_tag }}"
}
}

0 comments on commit 397b088

Please sign in to comment.