Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 222493a

Browse files
committed
fix release.yml Action
1 parent 5a98918 commit 222493a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: "Release"
22

33
on:
4-
push:
5-
tags:
6-
- v*
7-
branches:
8-
- v4
4+
release:
5+
types: [created]
96
jobs:
107
draft-release:
118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)