Skip to content

Commit

Permalink
Merge pull request #41 from systemli/Update-goreleaser-config
Browse files Browse the repository at this point in the history
👷 Update goreleaser config
  • Loading branch information
0x46616c6b authored Oct 5, 2024
2 parents 5faec47 + a69d884 commit 7eb3a3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
cache: true

- name: Build Releases
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --rm-dist --snapshot --skip-publish
version: "~> v2"
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -27,6 +29,6 @@ dockers:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
skip: true
disable: true

0 comments on commit 7eb3a3d

Please sign in to comment.