Skip to content

Commit

Permalink
Merge pull request #33 from flagship-io/feature/upgrade-goreleaser
Browse files Browse the repository at this point in the history
upgrade goreleaser
  • Loading branch information
Chadiii authored Jan 19, 2024
2 parents e27ad95 + 8d26645 commit 0db1fa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0db1fa1

Please sign in to comment.