We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54ddec commit 0633d6bCopy full SHA for 0633d6b
.github/workflows/prepare-release-mongosh.yml
@@ -1,4 +1,4 @@
1
-name: Prepare mongosh release
+name: Prepare mongosh Release
2
3
on:
4
workflow_dispatch:
@@ -67,7 +67,6 @@ jobs:
67
# Validates the version before using it
68
npx semver v"${NEXT_VERSION}"
69
70
- npm version "${NEXT_VERSION}" --no-git-tag-version
71
echo "RELEASE_TAG=v${NEXT_VERSION}" >> "$GITHUB_ENV"
72
73
- name: Validate release tag
0 commit comments