Fix npm version variable

This commit is contained in:
Simon Larsen 2024-03-14 12:12:04 +00:00
parent 7c13b66c40
commit befacef639
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -21,7 +21,7 @@ touch ~/.npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
echo "//registry.npmjs.org/:email=npm@oneuptime.com" > ~/.npmrc
npm version $PACKAGE_VERSION
npm version $package_version
# Run npm install
npm install