Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
CI: drop deprecated --rm-dist from goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Mar 16, 2023
1 parent 392efc9 commit d6f4c64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
with:
go-version: '1.19.x'
cache: true
- run: go mod tidy
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: success() && startsWith(github.ref, 'refs/tags/')
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d6f4c64

Please sign in to comment.