Skip to content

Commit 5da48ad

Browse files
LukeMathWalkeraws-sdk-rust-ci
authored andcommitted
Add quotes to get a valid Javascript string (#2367)
1 parent f148b54 commit 5da48ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
github,
215215
isDryRun: ${{ inputs.dry_run }},
216216
releaseManifestPath: "smithy-rs-release/smithy-rs-release-manifest.json"
217-
releaseCommitish: ${{ steps.push-changelog.outputs.commit_sha }}
217+
releaseCommitish: "${{ steps.push-changelog.outputs.commit_sha }}"
218218
});
219219
- name: Publish to crates.io
220220
shell: bash

0 commit comments

Comments
 (0)