mirror of https://github.com/smithy-lang/smithy-rs
Add quotes to get a valid Javascript string (#2367)
This commit is contained in:
parent
10bb26c852
commit
18a26b6d63
|
@ -214,7 +214,7 @@ jobs:
|
|||
github,
|
||||
isDryRun: ${{ inputs.dry_run }},
|
||||
releaseManifestPath: "smithy-rs-release/smithy-rs-release-manifest.json"
|
||||
releaseCommitish: ${{ steps.push-changelog.outputs.commit_sha }}
|
||||
releaseCommitish: "${{ steps.push-changelog.outputs.commit_sha }}"
|
||||
});
|
||||
- name: Publish to crates.io
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue