Skip to content

Commit

Permalink
chore(build): fix build on chore commits
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Dec 18, 2022
1 parent eb621ce commit a3d70e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4.1.0
with:
version: latest
args: release --config=.github/goreleaser.yml --rm-dist
args: build --snapshot --config=.github/goreleaser.yml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
Expand Down

0 comments on commit a3d70e5

Please sign in to comment.