Skip to content

Commit

Permalink
fix: validate
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Sep 29, 2024
1 parent 577a6ce commit 20bdcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: '~> v2'
args: release --clean
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
Expand Down

0 comments on commit 20bdcdb

Please sign in to comment.