Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Force git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored Feb 20, 2020
1 parent 49f23b1 commit 60fe930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Commit to a new tag specific branch
git config --global user.email "[email protected]"
git config --global user.name "CI"
git fetch --tags
git fetch --tags --force
git branch ${{ steps.get_tag_name.outputs.tag }}-temp-branch
git add -u
git commit -m 'Automated update of common script sources and hash'
Expand Down

0 comments on commit 60fe930

Please sign in to comment.