Skip to content

Commit dbf0719

Browse files
committed
add spaces
1 parent 94609e8 commit dbf0719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release-mongosh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
body: |
110110
- [${{ github.event.inputs.jiraTicket }}](https://jira.mongodb.org/browse/${{ github.event.inputs.jiraTicket }})
111111
- This PR is for the release of mongosh v${NEXT_VERSION}.
112-
- **Do not merge manually, use the Release mongosh action instead.**
112+
- **Do not merge manually, use the Release mongosh action instead.**

.github/workflows/release-mongosh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
6161
npm config list
6262
echo "Publishing packages as $(npm whoami)"
63-
npm run publish
63+
npm run publish

0 commit comments

Comments
 (0)