mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
fix: publish nightly
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: goreleaser-pro
|
distribution: goreleaser-pro
|
||||||
version: latest
|
version: latest
|
||||||
args: release --clean
|
args: release --clean --draft
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GH_PAT}}
|
GITHUB_TOKEN: ${{secrets.GH_PAT}}
|
||||||
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}
|
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}
|
||||||
|
@ -3,7 +3,6 @@ version: 2
|
|||||||
pro: true
|
pro: true
|
||||||
|
|
||||||
release:
|
release:
|
||||||
draft: false
|
|
||||||
name_template: 'v{{.Version}}'
|
name_template: 'v{{.Version}}'
|
||||||
|
|
||||||
nightly:
|
nightly:
|
||||||
|
Reference in New Issue
Block a user