We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96b3802 + e4da0a2 commit 3d53724Copy full SHA for 3d53724
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,9 @@ jobs:
26
release_branches: master
27
dry_run: false
28
29
+ - name: Fetch tags
30
+ run: git fetch --tags
31
+
32
- name: Set up Go
33
uses: actions/setup-go@v5
34
with:
0 commit comments