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 1169995 commit d2f75e0Copy full SHA for d2f75e0
.github/workflows/release.yaml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23
with:
24
fetch-depth: 0
25
+ - name: Git Fetch
26
+ run: git fetch --force --tags
27
- name: Set up Go
28
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
29
0 commit comments