Skip to content

Commit

Permalink
Merge pull request #39 from cybozu-go/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
terassyi authored Jun 20, 2024
2 parents 8e5045c + 80a6e66 commit 42f81c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
uses: goreleaser/[email protected]
with:
version: v2.0.0
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 42f81c2

Please sign in to comment.