Co-authored-by: Terry Jia <terryjia88@gmail.com>
This commit is contained in:
Chenlei Hu
2025-02-16 09:56:26 -05:00
committed by GitHub
parent 6ca4d9a08b
commit ff6c6f7ae4
5 changed files with 10 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ on:
branches:
- main
- master
- core/*
paths:
- "package.json"
@@ -40,9 +41,9 @@ jobs:
files: |
dist.zip
tag_name: v${{ steps.current_version.outputs.version }}
draft: false
draft: true
prerelease: false
make_latest: "true"
make_latest: "false"
generate_release_notes: true
publish_types:
runs-on: ubuntu-latest