Skip to content

Commit

Permalink
Merge pull request #6 from Traceableai/fix-region
Browse files Browse the repository at this point in the history
fix: fix release action to use --clean instead of --rm-dist
  • Loading branch information
varkey98 authored Jun 17, 2024
2 parents 99f05a9 + ed885ab commit 7794045
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 @@ -42,7 +42,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4.2.0
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 7794045

Please sign in to comment.