Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
* Update release.yml
* Removed deprecated '--rm-dist'
Removed deprecated '--rm-dist' as stated 
 https://goreleaser.com/deprecations/#__tabbed_17_2 and replaced it with alternative '--clean'
  • Loading branch information
jkrech authored Jun 28, 2024
1 parent 9f13299 commit eced9ef
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 @@ -21,7 +21,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit eced9ef

Please sign in to comment.