Skip to content

Commit f212810

Browse files
committed
Update workflows
1 parent 82ff3ca commit f212810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Increment version
4747
run: |
48-
new_version=$(bin/version incr {{ env.CURRENT_VERSION }} -p ${{ github.event.inputs.part }})
48+
new_version=$(bin/version incr ${{ env.CURRENT_VERSION }} -p ${{ github.event.inputs.part }})
4949
echo "New version: $new_version"
5050
echo "NEW_VERSION=$new_version" >> $GITHUB_ENV
5151

0 commit comments

Comments
 (0)