Skip to content

Commit c54f823

Browse files
authored
minor fix for github workflow (#1811)
## Description Short description of the pull request ## Motivation Background on use case, changes needed ## Fixes: Please provide a list of the fixes implemented in this PR * Items added ## Changes: Please provide a list of the changes implemented by this PR * changes made ## Tests included - [ ] Included for each change/fix? - [ ] Passing? (Merge will not be approved unless this is checked) ## Documentation - [ ] swagger documentation updated \[required\] - [ ] official documentation updated \[nice-to-have\] ### official documentation info If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included ## Backend version - [ ] Does it require a specific version of the backend - which version of the backend is required: ## Summary by Sourcery CI: - Modify git commit command order in release workflow to ensure correct amend behavior
2 parents de47f06 + f1bc3aa commit c54f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
git config --global user.name 'SciCat FE Release Workflow'
5050
git config --global user.email 'scicat.release.workflow@users.noreply.github.com'
51-
git commit -am --amend "Set release"
51+
git commit --amend -am "Set release"
5252
git push
5353
5454
- name: Create a GitHub release

0 commit comments

Comments
 (0)