We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e700e5 commit 1c1a71dCopy full SHA for 1c1a71d
1 file changed
.github/workflows/relase.yml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Checkout
38
uses: actions/checkout@v4
39
+ with:
40
+ fetch-tags: true
41
42
- name: Build release
43
run: |
0 commit comments