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 f7ed97a commit e56e85aCopy full SHA for e56e85a
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Run GoReleaser (snapshot)
32
uses: goreleaser/goreleaser-action@v4
33
- # if: "!startsWith(github.ref, 'refs/tags/')"
+ if: "!startsWith(github.ref, 'refs/tags/')"
34
with:
35
version: latest
36
args: build --clean --snapshot
0 commit comments