mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
chore: update GoReleaser configuration and auto-tag workflow
- Commented out GPG signing configuration in .goreleaser.yml for clarity. - Modified the default value for the skip_signing input in auto-tag-release.yml to true, allowing for easier skipping of GPG signing during releases.
This commit is contained in:
parent
97e6e5165e
commit
c1d5ba84b3
6
.github/workflows/auto-tag-release.yml
vendored
6
.github/workflows/auto-tag-release.yml
vendored
@ -15,14 +15,10 @@ on:
|
|||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
gpg_private_key:
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
description: "GPG private key for signing releases"
|
|
||||||
skip_signing:
|
skip_signing:
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
description: "Skip GPG signing of releases"
|
description: "Skip GPG signing of releases"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -42,17 +42,17 @@ checksum:
|
|||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
|
|
||||||
signs:
|
# signs:
|
||||||
- cmd: gpg
|
# - cmd: gpg
|
||||||
args:
|
# args:
|
||||||
- "--batch"
|
# - "--batch"
|
||||||
- "--local-user"
|
# - "--local-user"
|
||||||
- "{{ .Env.GPG_FINGERPRINT }}"
|
# - "{{ .Env.GPG_FINGERPRINT }}"
|
||||||
- "--output"
|
# - "--output"
|
||||||
- "${signature}"
|
# - "${signature}"
|
||||||
- "--detach-sign"
|
# - "--detach-sign"
|
||||||
- "${artifact}"
|
# - "${artifact}"
|
||||||
artifacts: all
|
# artifacts: all
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user