Skip to content

Commit

Permalink
Merge pull request #35 from serverscom/fix-go-releaser
Browse files Browse the repository at this point in the history
use --clean insteam of deprecated --rm-dist
  • Loading branch information
olegy89 authored Oct 2, 2024
2 parents 5cd899b + 3806af0 commit ad6395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ad6395e

Please sign in to comment.