Skip to content

Commit

Permalink
fix: use gorelease github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yiplee committed Sep 26, 2022
1 parent 6747c59 commit 1933664
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 @@ -22,7 +22,9 @@ jobs:
- name: "Docker login"
run: docker login ghcr.io -u docker -p ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 1933664

Please sign in to comment.