修正打包自动化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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: "Version number (e.g., 1.0.0)"
|
||||
required: false
|
||||
type: string
|
||||
|
||||
env:
|
||||
NODE_VERSION: "24"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user