Skip to content

Commit bcefac7

Browse files
committed
Attempt to fix tag issue on deploy by fetching more history.
1 parent d86768a commit bcefac7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 1
7070
fetch-tags: true
71+
- run: until git describe --dirty 2>/dev/null; do git fetch --deepen=50; done
7172
- uses: webfactory/ssh-agent@v0.9.0
7273
with:
7374
ssh-private-key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)