mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: Use GoReleaser Action in deploy script (#1263)
This reduces conflictions with our Makefile, which is presently primarily a user script.
This commit is contained in:
5
.github/workflows/coder.yaml
vendored
5
.github/workflows/coder.yaml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user