Skip to content

Commit

Permalink
Correct input usage
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 15, 2021
1 parent dfab044 commit ecd0b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
with:
path: ${{ inputs.sdk_name }}
path: ${{ github.event.inputs.sdk_name }}
version: ${{ github.event.inputs.version }}
force: ${{ github.event.inputs.force }}

0 comments on commit ecd0b9a

Please sign in to comment.