Skip to content

Commit 943490e

Browse files
committed
fix: skip goreleaser git checks
1 parent 2dd9126 commit 943490e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: "startsWith(github.ref, 'refs/tags/v')"
5656
uses: goreleaser/goreleaser-action@v2
5757
with:
58-
args: release --rm-dist --skip-sign
58+
args: release --clean --skip-sign --skip-validate
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
docs:

0 commit comments

Comments
 (0)