Skip to content

Commit

Permalink
feat(ci): change goreleaser to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Apr 16, 2022
1 parent db28d9c commit dbafa6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
go-version: '1.17'

- name: 运行GoReleaser发版
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@latest
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
GORELEASER_PREVIOUS_TAG: "v0.0.1"

0 comments on commit dbafa6e

Please sign in to comment.