Skip to content

Commit 43e95a3

Browse files
authored
swap golreleaser build for release at github actions (#67)
1 parent 69316c1 commit 43e95a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
-v ${{ github.workspace }}:/workspace \
3939
-w /workspace \
4040
-v /var/run/docker.sock:/var/run/docker.sock \
41-
ghcr.io/goreleaser/goreleaser-cross:v1.19.6 build --clean --config .goreleaser.yaml
41+
ghcr.io/goreleaser/goreleaser-cross:v1.19.6 release --clean --config .goreleaser.yaml
4242

0 commit comments

Comments
 (0)