Skip to content

Commit

Permalink
fixing goreleaser action.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
  • Loading branch information
robertsirc committed Jul 26, 2024
1 parent 3ae644a commit 923137b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 923137b

Please sign in to comment.