mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
修复一下
This commit is contained in:
parent
41ade02ace
commit
debba61cad
4 changed files with 16 additions and 27 deletions
2
.github/workflows/flutter-ci.yaml
vendored
2
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
dist/*/*.zip
|
||||
|
||||
build_ios_macos:
|
||||
# needs: test
|
||||
needs: test
|
||||
runs-on: macos-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
1
.github/workflows/prepare-release.yaml
vendored
1
.github/workflows/prepare-release.yaml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
bump_type:
|
||||
# 版本碰撞类型(补丁、次要、主要)
|
||||
description: "Type of version bump (patch, minor, major)"
|
||||
required: true
|
||||
type: choice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue