Skip to content

Commit

Permalink
missing validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Jul 24, 2024
1 parent aac6809 commit 87b1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --draft --clean --config ./.github/goreleaser.yaml --verbose
args: release --draft --clean --skip validate --config ./.github/goreleaser.yaml --verbose
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 87b1c6e

Please sign in to comment.