Skip to content

Commit

Permalink
chore: upgrade go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Oct 10, 2023
1 parent 8a76017 commit 824381d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
Expand Down

0 comments on commit 824381d

Please sign in to comment.