Skip to content

Commit a846340

Browse files
authored
Fix goreleaser (#141)
1 parent 234bdf3 commit a846340

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- "v[0-9]+.[0-9]+.[0-9]+"
6+
workflow_dispatch:
67
jobs:
78
goreleaser:
89
runs-on: ubuntu-latest
@@ -21,6 +22,6 @@ jobs:
2122
uses: goreleaser/goreleaser-action@v2
2223
with:
2324
version: latest
24-
args: release --rm-dist
25+
args: release --clean
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_WITH_REPO_PERM }}

0 commit comments

Comments
 (0)