Skip to content

Commit

Permalink
Prepare goreleaser config for v2 (#3911)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored Jun 27, 2024
1 parent cf5d40b commit 58eea18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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/goreleaser-action@v6
with:
version: latest
args: release --rm-dist --timeout 60m
args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GHT_RELEASE }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
24 changes: 12 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release:
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
changelog:
skip: true
disable: true

snapshot:
name_template: "devel-{{ .ShortCommit }}"
Expand Down Expand Up @@ -116,23 +116,23 @@ brews:
- description: Artifact Hub command line tool
homepage: https://github.com/artifacthub/hub
license: Apache-2.0
tap:
repository:
owner: artifacthub
name: homebrew-cmd
commit_author:
name: artifacthubio
email: hub@artifacthub.io

scoop:
description: Artifact Hub command line tool
homepage: https://github.com/artifacthub/hub
license: Apache-2.0
bucket:
owner: artifacthub
name: scoop-cmd
commit_author:
name: artifacthubio
email: hub@artifacthub.io
scoops:
- description: Artifact Hub command line tool
homepage: https://github.com/artifacthub/hub
license: Apache-2.0
repository:
owner: artifacthub
name: scoop-cmd
commit_author:
name: artifacthubio
email: hub@artifacthub.io

signs:
- artifacts: checksum
Expand Down

0 comments on commit 58eea18

Please sign in to comment.