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:
Kyle Carberry
2022-05-02 20:00:08 +00:00
committed by GitHub
parent 81bef1c83e
commit fc642edf51
+4 -1
View File
@@ -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: