From 127d96aa6e4832665de13e29446e7a2c230c797e Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Mon, 2 May 2022 19:49:05 +0000 Subject: [PATCH] fix: Use GoReleaser Action in deploy script This reduces conflictions with our Makefile, which is presently primarily a user script. --- .github/workflows/coder.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 60e490a4c9295..2b9cc0e91c744 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -355,7 +355,10 @@ jobs: js-${{ runner.os }}- - name: Build Release - run: make build + uses: goreleaser/goreleaser-action@v2.9.1 + with: + version: latest + args: release --snapshot --rm-dist --skip-sign - uses: actions/upload-artifact@v3 with: