Skip to content

Commit

Permalink
workflows: add skip-validate to goreleaser to skip git dirty issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FrimIdan committed Apr 10, 2023
1 parent 65b99a4 commit 75d0a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: v1.16.0
args: release --clean
args: release --clean --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 75d0a6a

Please sign in to comment.