There was an error while loading. Please reload this page.
1 parent f1f15ff commit 24a2e26Copy full SHA for 24a2e26
.github/workflows/goreleaser.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: 1.14
25
26
- name: Build
27
- if: "!startsWith(github.ref, 'refs/tags/')"
+ # if: "!startsWith(github.ref, 'refs/tags/')"
28
uses: goreleaser/goreleaser-action@v2
29
with:
30
version: latest
0 commit comments