Skip to content

Commit 87b1c6e

Browse files
committed
missing validation
1 parent aac6809 commit 87b1c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
uses: goreleaser/goreleaser-action@v6
4141
with:
4242
version: latest
43-
args: release --draft --clean --config ./.github/goreleaser.yaml --verbose
43+
args: release --draft --clean --skip validate --config ./.github/goreleaser.yaml --verbose
4444
env:
4545
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)