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.
1 parent a84e2f1 commit 6a5aa1cCopy full SHA for 6a5aa1c
.github/workflows/bump-version.yml
@@ -106,7 +106,7 @@ jobs:
106
107
git checkout -b $branchName
108
git add .
109
- git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release."
+ git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release." -s
110
git push -u origin $branchName
111
112
"branch-name=${branchName}" >> $env:GITHUB_OUTPUT
0 commit comments