Skip to content

Commit 89e69e4

Browse files
chore: add fetch tags on patch workflow
Signed-off-by: Joris Mancini <[email protected]>
1 parent b8d44ca commit 89e69e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
fetch-tags: true
2324

2425
- name: Checkout on existing release branch
2526
run: |

0 commit comments

Comments
 (0)