Skip to content

Commit

Permalink
Add quotes to get a valid Javascript string (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Feb 14, 2023
1 parent 10bb26c commit 18a26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18a26b6

Please sign in to comment.