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 512d293 commit f7cd691Copy full SHA for f7cd691
ci/steps/publish-npm.sh
@@ -74,7 +74,9 @@ main() {
74
# We only need to run npm version for "development" and "staging".
75
# This is because our release:prep script automatically bumps the version
76
# in the package.json and we commit it as part of the release PR.
77
- if [[ ! ENVIRONMENT == "production" ]]; then
+ if [[ ENVIRONMENT == "production" ]]; then
78
+ NPM_VERSION="$VERSION"
79
+ else
80
echo "Not a production environment"
81
echo "Found environment: $ENVIRONMENT"
82
echo "Manually bumping npm version..."
0 commit comments