Skip to content

Commit

Permalink
chore(ci): release action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Mar 2, 2023
1 parent 6fd560d commit b204d18
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
- name: Build
run: make
- name: Release
uses: softprops/action-gh-release@v1
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: cgp

0 comments on commit b204d18

Please sign in to comment.