Skip to content

Commit ecd0b9a

Browse files
committed
Correct input usage
1 parent dfab044 commit ecd0b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
2727
with:
28-
path: ${{ inputs.sdk_name }}
28+
path: ${{ github.event.inputs.sdk_name }}
2929
version: ${{ github.event.inputs.version }}
3030
force: ${{ github.event.inputs.force }}

0 commit comments

Comments
 (0)