Skip to content

Commit

Permalink
fix: release workflow requires the args
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed May 22, 2024
1 parent fe4be34 commit e225a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e225a06

Please sign in to comment.