Skip to content

Commit

Permalink
fix: release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyuan committed Jun 17, 2024
1 parent 746fecb commit 9725b79
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -42,7 +42,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_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.

version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -57,4 +59,4 @@ release:
# Manually examine the release before it goes live:
draft: true
changelog:
skip: true
disable: true

0 comments on commit 9725b79

Please sign in to comment.