mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32: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"
|
||||
workflow_call:
|
||||
inputs:
|
||||
skip_signing:
|
||||
required: false
|
||||
type: boolean
|
||||
default: true
|
||||
description: "Skip GPG signing of releases"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -162,7 +157,7 @@ jobs:
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --timeout 60m --skip-sign --debug
|
||||
args: release --clean --timeout 60m --debug
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VERSION: ${{ steps.get_latest_tag.outputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user