diff --git a/.github/workflows/auto-tag-release.yml b/.github/workflows/auto-tag-release.yml index e6a0803..250f1c1 100644 --- a/.github/workflows/auto-tag-release.yml +++ b/.github/workflows/auto-tag-release.yml @@ -15,14 +15,10 @@ on: - ".gitignore" workflow_call: inputs: - gpg_private_key: - required: false - type: string - description: "GPG private key for signing releases" skip_signing: required: false type: boolean - default: false + default: true description: "Skip GPG signing of releases" permissions: diff --git a/.goreleaser.yml b/.goreleaser.yml index 90bee67..c247e1c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,17 +42,17 @@ checksum: name_template: 'checksums.txt' algorithm: sha256 -signs: - - cmd: gpg - args: - - "--batch" - - "--local-user" - - "{{ .Env.GPG_FINGERPRINT }}" - - "--output" - - "${signature}" - - "--detach-sign" - - "${artifact}" - artifacts: all +# signs: +# - cmd: gpg +# args: +# - "--batch" +# - "--local-user" +# - "{{ .Env.GPG_FINGERPRINT }}" +# - "--output" +# - "${signature}" +# - "--detach-sign" +# - "${artifact}" +# artifacts: all changelog: sort: asc