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

Commit 6eee73d

Browse files
authored
Update push-and-package.yml
1 parent d090296 commit 6eee73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
9393
# Re-tag and push to origin
9494
if [ "${NO_UPDATES}" != "true" ]; then
95+
git fetch --unshallow origin || echo 'Not a shallow clone.'
9596
git tag -d ${{ steps.get_tag_name.outputs.tag }}
9697
git tag ${{ steps.get_tag_name.outputs.tag }}
9798
git push --delete origin ${{ steps.get_tag_name.outputs.tag }}

0 commit comments

Comments
 (0)