Skip to content

Commit

Permalink
Merge pull request #514 from mmizutani/fix/goreleaser-release-command…
Browse files Browse the repository at this point in the history
…-arg

Fix the command line argument for goreleaser release command
  • Loading branch information
k1LoW authored Oct 3, 2023
2 parents f388871 + 2ce6fd1 commit 18a487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: --config .goreleaser/linux.yml --rm-clean
args: --config .goreleaser/linux.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 18a487a

Please sign in to comment.