Skip to content

Commit 2943c2d

Browse files
MolkreeNORPG
authored andcommitted
Fetch tags manually
Can't do that through actions/checkout due to actions/checkout#1467
1 parent 5116ad2 commit 2943c2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
fetch-depth: 200
4444

45+
- name: Fetch tags
46+
run: git fetch --tags
47+
4548
- name: Download artifact
4649
uses: actions/download-artifact@v4
4750
with:

0 commit comments

Comments
 (0)