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

Commit 60fe930

Browse files
authored
Force git fetch
1 parent 49f23b1 commit 60fe930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-and-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Commit to a new tag specific branch
7272
git config --global user.email "[email protected]"
7373
git config --global user.name "CI"
74-
git fetch --tags
74+
git fetch --tags --force
7575
git branch ${{ steps.get_tag_name.outputs.tag }}-temp-branch
7676
git add -u
7777
git commit -m 'Automated update of common script sources and hash'

0 commit comments

Comments
 (0)