Skip to content

Commit fe1fa38

Browse files
committed
fix(bump): remove wrong parameter
1 parent 75a1709 commit fe1fa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: bump-version
2828
run: |
2929
cz bump --yes
30-
current_version="v$(cz version -p --current)"
30+
current_version="v$(cz version -p)"
3131
major_version="v$(cz version -p --major)"
3232
echo "current_version=$current_version" >> $GITHUB_OUTPUT
3333
echo "major_version=$major_version" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)