Skip to content

Commit

Permalink
Add the required args.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 19, 2023
1 parent 4aa8f16 commit 0a4d52c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -44,3 +44,10 @@ jobs:

- name: GoReleaser Action
uses: goreleaser/goreleaser-action@v4.4.0
# Run only on new tag.
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0a4d52c

Please sign in to comment.