Browse Source
Update release.yml
Signed-off-by: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com>
tags/v0.1.2
Xinwei Xiong
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/release.yml
|
|
|
@@ -1,9 +1,9 @@ |
|
|
|
name: goreleaser |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
|
|
|
|
tags: |
|
|
|
- '*' |
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
|
|
|
|
|