Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Nov 21, 2024
1 parent a003d9b commit c85a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
persist-credentials: false

- name: Verify current version
if: ${{ inputs.release-type == 'patch' }}
if: ${{ inputs.release-type == 'patch'}}
id: suffixstep
run: |
VERSION_VAR=$(sed -n 's/^current_version = \(.*\)/\1/p' < .bumpversion.cfg)
Expand Down

0 comments on commit c85a9a6

Please sign in to comment.