1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-11 13:38:41 +02:00

build: fix nightly

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-06-18 15:12:03 -03:00
parent 21eb4a2c93
commit a9944e8910
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: nightly
version: "~> v2"
args: release --clean --nightly -f .goreleaser-nightly.yaml --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}