mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-11 03:36:36 +08:00
fix: fix workflow_call secrets issue.
This commit is contained in:
2
.github/workflows/pack-nightly.yml
vendored
2
.github/workflows/pack-nightly.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
Version_Prefix:
|
||||
description: 'Version Prefix'
|
||||
required: true
|
||||
default: '11.2.999'
|
||||
default: '12.0.999'
|
||||
type: string
|
||||
Semi_Avalonia:
|
||||
description: 'Pack Semi.Avalonia'
|
||||
|
||||
1
.github/workflows/pack.yml
vendored
1
.github/workflows/pack.yml
vendored
@@ -40,6 +40,7 @@ on:
|
||||
Semi_Avalonia_TreeDataGrid:
|
||||
type: boolean
|
||||
default: true
|
||||
secrets: {}
|
||||
|
||||
jobs:
|
||||
Pack_to_NuGet:
|
||||
|
||||
1
.github/workflows/release-tag.yml
vendored
1
.github/workflows/release-tag.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
Semi_Avalonia_ColorPicker: ${{ inputs.Semi_Avalonia_ColorPicker }}
|
||||
Semi_Avalonia_DataGrid: ${{ inputs.Semi_Avalonia_DataGrid }}
|
||||
Semi_Avalonia_TreeDataGrid: ${{ inputs.Semi_Avalonia_TreeDataGrid }}
|
||||
secrets: inherit
|
||||
|
||||
publish:
|
||||
uses: ./.github/workflows/publish.yml
|
||||
|
||||
Reference in New Issue
Block a user