Skip to content

Commit c9c8afc

Browse files
authored
ci: Fix typo in bump-version workflow
1 parent c66b03f commit c9c8afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
let commit = github.rest.git.getCommit({
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
26-
sha: context.sha
26+
commit_sha: context.sha
2727
});
2828
console.log(commit);
2929
let m = commit.message.match(/!bump-version(.*)$/m)

0 commit comments

Comments
 (0)