Skip to content

Commit 40a4649

Browse files
authored
chore: update default input in the release action (#309)
1 parent 50241cb commit 40a4649

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Release SDK
33
on:
44
workflow_dispatch:
55
inputs:
6-
branch:
6+
core-ref:
77
description: |
8-
Branch to release the SDK from.
9-
Defaults to the branch the action is being run from.
8+
SDK Stack Core branch or ref to use.
109
type: string
11-
default: ''
10+
default: 'legacy'
1211

1312
jobs:
1413
# run-examples:
@@ -26,4 +25,4 @@ jobs:
2625
# needs: [ run-examples ]
2726
secrets: inherit
2827
with:
29-
branch: ${{ inputs.branch }}
28+
branch: ${{ inputs.core-ref }}

0 commit comments

Comments
 (0)