Skip to content

Commit

Permalink
Merge pull request #514 from hashicorp/Vulnerability_Fix_v1
Browse files Browse the repository at this point in the history
Updating arguments in github release CI
  • Loading branch information
mohanmanikanta2299 authored Jan 9, 2025
2 parents 6552f72 + d315d97 commit 81c6950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
version: latest
args: release --skip-validate --timeout "60m"
args: release --skip=validate --timeout "60m"
env:
PGP_KEY_ID: ${{ secrets.PGP_KEY_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 81c6950

Please sign in to comment.