Skip to content

Commit

Permalink
more bug fixes for release workflow (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lock14 authored Aug 15, 2024
1 parent 3d46a9c commit 87ad925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
script: |-
// Get the head commit from the API instead of the event, because
// signature status is not available in the webhook.
const headCommit = context.payload.head_commit;
const headCommit = context.payload.workflow_run.head_commit;
// Ensure the commit is signed.
const commitResult = await github.rest.repos.getCommit({
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.29
0.0.28

0 comments on commit 87ad925

Please sign in to comment.