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 17a540d commit 35bdec2Copy full SHA for 35bdec2
examples/bump-release.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
cz bump --yes --annotated-tag
28
git push --follow-tags
29
- current_version="$(cz version -p --current)" # ATTENTION: You may have to add the v* at the beginning of the version
+ current_version="$(cz version -p)" # ATTENTION: You may have to add the v* at the beginning of the version
30
echo "current_version=$current_version" >> $GITHUB_OUTPUT
31
- name: Build changelog for Release
32
env:
0 commit comments