Skip to content

Commit 5c035d8

Browse files
committed
feat: fix to remove --auto-tap
1 parent 95ef622 commit 5c035d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
distribution: goreleaser
2323
version: "~> v2"
24-
args: release --clean --auto-tap
24+
args: release
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)