Skip to content

Commit

Permalink
Updated GoReleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed May 23, 2024
1 parent 58f77b1 commit 5bdd116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
version: "~> v1"
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 5bdd116

Please sign in to comment.