Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 4, 2021
1 parent 95ee3c9 commit 816a28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish
args: release --rm-dist --skip-publish --skip-validate

release:
name: Release to Github
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --release-notes=./release.md
args: release --rm-dist --release-notes=./release.md --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 816a28d

Please sign in to comment.