We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d46a9c commit 87ad925Copy full SHA for 87ad925
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
script: |-
84
// Get the head commit from the API instead of the event, because
85
// signature status is not available in the webhook.
86
- const headCommit = context.payload.head_commit;
+ const headCommit = context.payload.workflow_run.head_commit;
87
88
// Ensure the commit is signed.
89
const commitResult = await github.rest.repos.getCommit({
VERSION
@@ -1 +1 @@
1
-0.0.29
+0.0.28
0 commit comments