Skip to content

Commit 6ab7738

Browse files
committed
[LOCAL] Fix Release job syntax error
1 parent d7e36db commit 6ab7738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
const {createDraftRelease} = require('./.github/workflow-scripts/createDraftRelease.js');
3737
const version = '${{ github.ref_name }}';
3838
const {isLatest} = require('./.github/workflow-scripts/publishTemplate.js');
39-
return (await createDraftRelease(version, isLatest(), '${{secrets.REACT_NATIVE_BOT_GITHUB_TOKEN}}', ${{ inputs.hermesVersion }}, ${{ inputs.hermesV1Version }})).id;
39+
return (await createDraftRelease(version, isLatest(), '${{secrets.REACT_NATIVE_BOT_GITHUB_TOKEN}}', '${{ inputs.hermesVersion }}', '${{ inputs.hermesV1Version }}')).id;
4040
result-encoding: string
4141
- name: Upload release assets for DotSlash
4242
uses: actions/github-script@v6

0 commit comments

Comments
 (0)