summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4a321a5e0..dbb8854fe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,11 +30,7 @@ jobs:
- name: Test code
run: |
./test.sh
- - name: Install gox
- working-directory: /tmp
- run: |
- go get github.com/mitchellh/gox
- echo "::add-path::$(go env GOPATH)/bin"
- name: Build binaries
- run: |
- gox -parallel 4 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
+ uses: goreleaser/goreleaser-action@v1
+ with:
+ args: --skip-publish --snapshot