Skip to content

Commit b6a3841

Browse files
committed
Update publish.yml
1 parent 00d69a8 commit b6a3841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Extract version
3939
id: version
4040
run: |
41-
VERSION=$(bump-my-version show current)
41+
VERSION=$(bump-my-version show current_version)
4242
echo "version=$VERSION" >> $GITHUB_OUTPUT
4343
4444
- name: Create GitHub Release

0 commit comments

Comments
 (0)