Skip to content

Commit

Permalink
fix typo en goreleaser flags
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Sanchez <rodolfo2488@gmail.com>
  • Loading branch information
dolfolife committed Sep 18, 2023
1 parent 86cb728 commit 03a472b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
tag=$(echo $(git describe --abbrev=0 --tags) | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.)
git tag $tag
git push --tags
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHB_TOKEN }}

0 comments on commit 03a472b

Please sign in to comment.