Skip to content

Commit 0633d6b

Browse files
committed
remove no-tagging
1 parent a54ddec commit 0633d6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prepare mongosh release
1+
name: Prepare mongosh Release
22

33
on:
44
workflow_dispatch:
@@ -67,7 +67,6 @@ jobs:
6767
# Validates the version before using it
6868
npx semver v"${NEXT_VERSION}"
6969
70-
npm version "${NEXT_VERSION}" --no-git-tag-version
7170
echo "RELEASE_TAG=v${NEXT_VERSION}" >> "$GITHUB_ENV"
7271
7372
- name: Validate release tag

0 commit comments

Comments
 (0)