Skip to content

Commit

Permalink
Merge pull request #40 from cisco-open/hh-workflow-clean
Browse files Browse the repository at this point in the history
Replace rm-dist with clean in goreleaser
  • Loading branch information
hughwphamill authored Aug 8, 2024
2 parents dd8214d + b9776ae commit 32a5e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit 32a5e1d

Please sign in to comment.