We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff3ca commit f212810Copy full SHA for f212810
1 file changed
.github/workflows/versioning.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Increment version
47
run: |
48
- new_version=$(bin/version incr {{ env.CURRENT_VERSION }} -p ${{ github.event.inputs.part }})
+ new_version=$(bin/version incr ${{ env.CURRENT_VERSION }} -p ${{ github.event.inputs.part }})
49
echo "New version: $new_version"
50
echo "NEW_VERSION=$new_version" >> $GITHUB_ENV
51
0 commit comments