You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm version -s --allow-same-version --no-git-tag-version --new-version "${NEXT_VERSION}"
97
+
PR_VERSION="${NEXT_VERSION}-${BRANCH_QUALIFIER}"
96
98
npm version --no-git-tag-version --new-version "${PR_VERSION}" && echo "Prerelease version set succeeded" || echo "Prerelease version set FAILED with exit code $?"
97
99
;;
98
100
*)
99
-
npm version -s --allow-same-version --no-git-tag-version --new-version "${BASE_TAG#v}"
npm version --no-git-tag-version --new-version "${PR_VERSION}" && echo "Prerelease version set succeeded" || echo "Prerelease version set FAILED with exit code $?"
0 commit comments