Skip to content

Commit ca768e7

Browse files
authored
fix: Install goreleaser on deploy (coder#408)
1 parent eea5b9d commit ca768e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ jobs:
225225
with:
226226
go-version: "^1.17"
227227

228+
- uses: goreleaser/goreleaser-action@v2
229+
with:
230+
install-only: true
231+
228232
- run: make docker/image/coder
229233

230234
- run: docker push us-docker.pkg.dev/coder-blacktriangle-dev/ci/coder:latest

0 commit comments

Comments
 (0)