Skip to content

Commit 2c0bea8

Browse files
committed
chore: post-release-templates fetch tags
1 parent 67a35d3 commit 2c0bea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post-release-templates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0 # Needed for tags
30+
2831
- name: Setup
2932
uses: ./.github/actions/setup
3033
with:

0 commit comments

Comments
 (0)