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 21:07:50 +02:00
parent a636593df7
commit b7f1d8c8a1
4 changed files with 19 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --nightly
args: release --clean --nightly -f .goreleaser-nightly.yml
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}

View File

@@ -24,7 +24,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --draft
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}