Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc642ed

Browse files
authored
fix: Use GoReleaser Action in deploy script (#1263)
This reduces conflictions with our Makefile, which is presently primarily a user script.
1 parent 81bef1c commit fc642ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,10 @@ jobs:
355355
js-${{ runner.os }}-
356356
357357
- name: Build Release
358-
run: make build
358+
uses: goreleaser/[email protected]
359+
with:
360+
version: latest
361+
args: release --snapshot --rm-dist --skip-sign
359362

360363
- uses: actions/upload-artifact@v3
361364
with:

0 commit comments

Comments
 (0)