Skip to content

Commit 51ca0f9

Browse files
authored
Merge pull request #220 from hatappi/hatappi/remove-snapshot-option
Remove snapshot from goreleaser
2 parents 79e6fa4 + 0f0d772 commit 51ca0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v6
2828
with:
2929
version: latest
30-
args: release --snapshot --clean
30+
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)