Skip to content

Commit 65755b3

Browse files
committed
ci: fetch tags in release job for workflow_dispatch support
1 parent 755150f commit 65755b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
steps:
8383
- name: Checkout
8484
uses: actions/checkout@v4
85+
with:
86+
fetch-depth: 0
87+
fetch-tags: true
8588

8689
- name: Download all artifacts
8790
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)