Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Release SDK
on:
workflow_dispatch:
inputs:
branch:
core-ref:
description: |
Branch to release the SDK from.
Defaults to the branch the action is being run from.
SDK Stack Core branch or ref to use.
type: string
default: ''
default: 'legacy'

jobs:
# run-examples:
Expand All @@ -26,4 +25,4 @@ jobs:
# needs: [ run-examples ]
secrets: inherit
with:
branch: ${{ inputs.branch }}
branch: ${{ inputs.core-ref }}