1
0
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:
Valentin Maerten
2025-08-06 20:57:05 +02:00
parent 5693efb0b1
commit 6241ae2141
2 changed files with 1 additions and 3 deletions

View File

@ -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}}

View File

@ -45,8 +45,6 @@ archives:
- goos: windows - goos: windows
formats: [zip] formats: [zip]
release:
draft: '{{ not .IsNightly }}'
git: git: