Skip to content

Commit 35bdec2

Browse files
committed
fix(example): remove wrong parameter
1 parent 17a540d commit 35bdec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bump-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
cz bump --yes --annotated-tag
2828
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
29+
current_version="$(cz version -p)" # ATTENTION: You may have to add the v* at the beginning of the version
3030
echo "current_version=$current_version" >> $GITHUB_OUTPUT
3131
- name: Build changelog for Release
3232
env:

0 commit comments

Comments
 (0)