Skip to content

Commit 80f0cc2

Browse files
Update macos_arm64.yml: move SMF_PLUGIN_PATCH_VERSION
Move the SMF_PLUGIN_PATCH_VERSION to workflow_call
1 parent 416105a commit 80f0cc2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/macos_arm64.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ on:
1818
type: string
1919
required: true
2020
default: '0'
21+
SMF_PLUGIN_PATCH_VERSION:
22+
description: "PATCH for SMF plugin"
23+
type: string
24+
required: true
25+
default: ''
26+
2127
workflow_dispatch:
2228
inputs:
2329
MAJOR_VERSION:
@@ -35,11 +41,6 @@ on:
3541
type: string
3642
required: true
3743
default: '0'
38-
SMF_PLUGIN_PATCH_VERSION:
39-
description: "PATCH for SMF plugin"
40-
type: string
41-
required: true
42-
default: ''
4344

4445
env:
4546
# This is the name for the file in releases

0 commit comments

Comments
 (0)