Skip to content

Commit af9bce6

Browse files
authored
Merge pull request #42 from secondlife/bennettgoble-patch-1
Add step to fetch all git tags
1 parent 0b25570 commit af9bce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
fi
2727
2828
- uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 0
2931

3032
- uses: ./
3133
with:

0 commit comments

Comments
 (0)