Skip to content

Commit e56e85a

Browse files
committed
re-enable condition in build workflow
1 parent f7ed97a commit e56e85a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Run GoReleaser (snapshot)
3232
uses: goreleaser/goreleaser-action@v4
33-
# if: "!startsWith(github.ref, 'refs/tags/')"
33+
if: "!startsWith(github.ref, 'refs/tags/')"
3434
with:
3535
version: latest
3636
args: build --clean --snapshot

0 commit comments

Comments
 (0)