Skip to content

Commit 18a26b6

Browse files
Add quotes to get a valid Javascript string (#2367)
1 parent 10bb26c commit 18a26b6

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)