We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d69a8 commit b6a3841Copy full SHA for b6a3841
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Extract version
39
id: version
40
run: |
41
- VERSION=$(bump-my-version show current)
+ VERSION=$(bump-my-version show current_version)
42
echo "version=$VERSION" >> $GITHUB_OUTPUT
43
44
- name: Create GitHub Release
0 commit comments