Skip to content

Commit

Permalink
Merge pull request #318 from nirmata/releaser
Browse files Browse the repository at this point in the history
fix: goreleaser
  • Loading branch information
vishal-chdhry authored Jan 6, 2025
2 parents 2fb30d0 + 1fdfec0 commit 9e023c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: release --rm-dist --debug
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e023c8

Please sign in to comment.