Skip to content

Commit

Permalink
Merge pull request #186 from ekristen/renovate/goreleaser-goreleaser-…
Browse files Browse the repository at this point in the history
…action-6.x

chore(deps): update goreleaser/goreleaser-action action to v6 [release skip]
  • Loading branch information
ekristen authored Aug 20, 2024
2 parents 76815de + 1ed4258 commit 9a2a71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
QUILL_SIGN_PASSWORD: ${{ secrets.OP_QUILL_SIGN_PASSWORD }}
QUILL_SIGN_P12: ${{ secrets.OP_QUILL_SIGN_P12 }}
- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
dist: releases
release:
github:
Expand Down Expand Up @@ -125,4 +126,4 @@ checksum:
snapshot:
name_template: '{{ trimprefix .Summary "v" }}'
changelog:
skip: true
disable: true

0 comments on commit 9a2a71c

Please sign in to comment.