Skip to content

Commit

Permalink
Fix tagging workflow command order
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 21, 2024
1 parent 46ee886 commit 99e4708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-and-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: Bump version and push the tag
run: |
pipx run tbump --non-interactive "${{ inputs.newVersion }}"
git config user.name "Felix Stürmer"
git config user.email [email protected]
pipx run tbump --non-interactive "${{ inputs.newVersion }}"

0 comments on commit 99e4708

Please sign in to comment.