diff options
author | sjlleo <[email protected]> | 2021-11-09 10:36:41 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-09 10:36:41 +0800 |
commit | f7dff1a0eef89c68f4e840f50e916355af9c4283 (patch) | |
tree | 2e94efbd3d705809844688d10d000d22cabb7d09 | |
parent | 6c01b9dc02c81495933e7cd8171bc1d99038eb14 (diff) |
Update release.yaml
-rw-r--r-- | .github/workflows/release.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d192a0..ee7055e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,9 @@ # .github/workflows/release.yaml -on: - release: - types: [created] +on: + create: + tags: + - v* jobs: releases-matrix: |