Skip to content

Commit a9b94d2

Browse files
authored
Merge pull request #60 from NETWAYS/chore/fix-release
Fix golreaser GH Action
2 parents 6838e75 + b3eb294 commit a9b94d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: goreleaser/goreleaser-action@v6
3333
with:
3434
version: latest
35-
args: release --rm-dist
35+
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)