We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f7444 commit 55bab3eCopy full SHA for 55bab3e
.github/workflows/version-bump.yml
@@ -17,5 +17,6 @@ jobs:
17
with:
18
github-token: ${{ secrets.github_token }}
19
auto-version-bump: true
20
+ auto-version-bump-release: true
21
- name: Print Version
22
run: "echo 'New Version: ${{steps.bump.outputs.version}}'"
0 commit comments