mirror of
https://gitee.com/layui/layui.git
synced 2025-10-07 23:24:32 +08:00
ci: 更改发布 NPM 的触发条件
This commit is contained in:
5
.github/workflows/release-npm.yml
vendored
5
.github/workflows/release-npm.yml
vendored
@@ -1,8 +1,9 @@
|
||||
name: Publish to NPM
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
publish-npm:
|
||||
|
Reference in New Issue
Block a user