Skip to content

Commit

Permalink
chore(ci): use goreleaser github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Mar 7, 2021
1 parent 6132b1e commit 0055928
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Release Notary Action
uses: docker://outillage/release-notary:0.9.2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: goreleaser
uses: docker://goreleaser/goreleaser:0.159.0
- name: Release Notary Action
uses: docker://outillage/release-notary:0.9.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: release
if: success()
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0055928

Please sign in to comment.