Skip to content

Commit 87ad925

Browse files
authored
more bug fixes for release workflow (#326)
1 parent 3d46a9c commit 87ad925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
script: |-
8484
// Get the head commit from the API instead of the event, because
8585
// signature status is not available in the webhook.
86-
const headCommit = context.payload.head_commit;
86+
const headCommit = context.payload.workflow_run.head_commit;
8787
8888
// Ensure the commit is signed.
8989
const commitResult = await github.rest.repos.getCommit({

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.29
1+
0.0.28

0 commit comments

Comments
 (0)