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 5c6b3a4 commit 341d365Copy full SHA for 341d365
continuous-delivery/update-version.sh
@@ -13,6 +13,6 @@ if [ "$CURRENT_TAG" != "$CURRENT_TAG_VERSION" ]; then
13
exit 1
14
fi
15
16
-sed --in-place -E "s/\"version\": \".+\"/\"version\": \"${PKG_VERSION}\"/" package.json
+sed --in-place -E "s/\"version\": \".+\"/\"version\": \"${CURRENT_TAG_VERSION}\"/" package.json
17
18
exit 0
0 commit comments