Skip to content

Commit 965b169

Browse files
authored
fix go releaser pipeline (#37)
1 parent fbbc73a commit 965b169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: goreleaser/goreleaser-action@v1
2424
with:
2525
version: latest
26-
args: release --rm-dist
26+
args: release
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)