mirror of https://github.com/allinssl/allinssl
debug ci
parent
c05f11e335
commit
2088e3ac14
|
@ -36,7 +36,7 @@ jobs:
|
|||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --snapshot
|
||||
args: release --clean --snapshot --skip-validate
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
|
||||
|
|
|
@ -6,8 +6,6 @@ release:
|
|||
replace_existing_draft: true
|
||||
prerelease: auto
|
||||
mode: replace
|
||||
# 允许快照版本发布
|
||||
allow_snapshot: true
|
||||
name_template: "Build {{.Tag}}"
|
||||
before:
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue