We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bump-version
1 parent c66b03f commit c9c8afcCopy full SHA for c9c8afc
.github/workflows/bump-version.yml
@@ -23,7 +23,7 @@ jobs:
23
let commit = github.rest.git.getCommit({
24
owner: context.repo.owner,
25
repo: context.repo.repo,
26
- sha: context.sha
+ commit_sha: context.sha
27
});
28
console.log(commit);
29
let m = commit.message.match(/!bump-version(.*)$/m)
0 commit comments