修正打包自动化Actions监听

This commit is contained in:
ACT丶流星雨 2026-04-06 01:22:44 +08:00
parent 56742f865f
commit c95df6fdb3

View File

@ -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"