Skip to content

Commit

Permalink
[github actions] fix goreleaser (#228)
Browse files Browse the repository at this point in the history
* cool

* cool
  • Loading branch information
MisterSquishy authored Jun 6, 2024
1 parent e951374 commit 0316434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 sets this automatically
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.95.5
1.95.6

0 comments on commit 0316434

Please sign in to comment.