We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5732b1 commit b2ef84aCopy full SHA for b2ef84a
examples/bump-release.yaml
@@ -24,9 +24,9 @@ jobs:
24
run: |
25
cz bump --yes --annotated-tag
26
git push --follow-tags
27
- new_version="$(cz version -p)" # ATTENTION: You may have to add the v* at the beginning of the version
28
- new_version_tag="$(cz version -p --tag)"
+ new_version="$(cz version -p)"
29
echo "new_version=$new_version" >> $GITHUB_OUTPUT
+ new_version_tag="$(cz version -p --tag)"
30
echo "new_version_tag=$new_version_tag" >> $GITHUB_OUTPUT
31
- name: Build changelog for Release
32
env:
0 commit comments