Add quotes to get a valid Javascript string (#2367)

This commit is contained in:
Luca Palmieri 2023-02-14 15:36:28 +00:00 committed by GitHub
parent 10bb26c852
commit 18a26b6d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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