Skip to content

Commit

Permalink
Merge pull request #13 from harakeishi/fix-release-action
Browse files Browse the repository at this point in the history
fix option
  • Loading branch information
harakeishi authored Mar 29, 2024
2 parents 8842a12 + 952d5f5 commit df806f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
Version: ${{ steps.create-tag.outputs.Version }}
Version: ${{ steps.create-tag.outputs.Version }}

0 comments on commit df806f5

Please sign in to comment.