Skip to content

Commit

Permalink
Merge pull request #100 from logicmonitor/Reverting-changes-for-relea…
Browse files Browse the repository at this point in the history
…se.yml-file

Removed  --rm-dist option from go-releaser
  • Loading branch information
lm-madhvi authored Jul 11, 2024
2 parents 539c7c5 + b019d12 commit 157411e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --parallelism 2 --rm-dist
version: v1.5.0
args: release --parallelism 2
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 157411e

Please sign in to comment.