Skip to content

Commit

Permalink
fix goreleaser (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino authored Aug 17, 2024
1 parent 14e12fc commit 8ec0880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Release
uses: goreleaser/[email protected]
with:
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: vaku
before:
hooks:
Expand Down

0 comments on commit 8ec0880

Please sign in to comment.