Skip to content

Commit 2eaa293

Browse files
author
mbarber
committed
test
1 parent cf5e713 commit 2eaa293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create and push tag if on prod branch
2121
if: github.ref == 'refs/heads/prod'
2222
run: |
23-
git fetch --unshallow
23+
git fetch
2424
VERSION=$(poetry version -s)
2525
git config --local user.email "[email protected]"
2626
git config --local user.name "GitHub Action"
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create and push test tag if on test branch
3131
if: github.ref == 'refs/heads/test'
3232
run: |
33-
git fetch --unshallow
33+
git fetch
3434
git config --local user.email "[email protected]"
3535
git config --local user.name "GitHub Action"
3636
git tag testvers

0 commit comments

Comments
 (0)