Skip to content

Commit

Permalink
skip validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Jul 1, 2024
1 parent 7e55024 commit 9d549fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -45,6 +45,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --draft --clean --config .github/goreleaser.yaml --verbose
args: release --draft --skip validation --clean --config .github/goreleaser.yaml --verbose
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9d549fe

Please sign in to comment.