修正打包自动化Actions监听
This commit is contained in:
parent
56742f865f
commit
c95df6fdb3
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@ -1,14 +1,15 @@
|
|||||||
name: 构建发布
|
name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- main
|
- "v*"
|
||||||
- dev
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: "Version number (e.g., 1.0.0)"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: "24"
|
NODE_VERSION: "24"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user