Skip to content

Commit

Permalink
fix: skip validation in test build action
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed May 2, 2024
1 parent c951418 commit 6977e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
distribution: goreleaser-pro
# 'latest', 'nightly', or a semver
version: latest
args: build --clean
args: build --clean --skip validate
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 6977e89

Please sign in to comment.