mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
chore: simplify auto-tag workflow by removing GPG signing input
- Removed the 'skip_signing' input from the auto-tag-release.yml workflow to streamline the release process. - Updated GoReleaser execution arguments to eliminate the '--skip-sign' option, enhancing clarity and focus on the release process.
This commit is contained in:
parent
bf6adcbac2
commit
2d008db25e
7
.github/workflows/auto-tag-release.yml
vendored
7
.github/workflows/auto-tag-release.yml
vendored
@ -15,11 +15,6 @@ on:
|
|||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
skip_signing:
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
description: "Skip GPG signing of releases"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -162,7 +157,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: latest
|
version: latest
|
||||||
args: release --clean --timeout 60m --skip-sign --debug
|
args: release --clean --timeout 60m --debug
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
VERSION: ${{ steps.get_latest_tag.outputs.version }}
|
VERSION: ${{ steps.get_latest_tag.outputs.version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user