Skip to content

Commit

Permalink
Try github actio for releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arbarlow committed Oct 1, 2019
1 parent a28ada7 commit 2c10b36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
make test
- name: goreleaser
- name: Run GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
run: curl -sL https://git.io/goreleaser | bash --skip-validate
uses: goreleaser/goreleaser-action@master
with:
args: release --skip-validate
if: success()

0 comments on commit 2c10b36

Please sign in to comment.