Skip to content

Commit

Permalink
fix: goreleaser skip validate on nightly (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd authored Jul 17, 2024
1 parent 1058aec commit 7839b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --verbose --config .goreleaser-nightly.yaml
args: release --clean --skip validate --verbose --config .goreleaser-nightly.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .goreleaser-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ release:
github:
owner: defenseunicorns
name: uds-cli
prerelease: auto
prerelease: true
mode: append
draft: false

0 comments on commit 7839b27

Please sign in to comment.