Skip to content

Commit 341d365

Browse files
author
Justin Boswell
authored
Fixed version interpolation (#48)
1 parent 5c6b3a4 commit 341d365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if [ "$CURRENT_TAG" != "$CURRENT_TAG_VERSION" ]; then
1313
exit 1
1414
fi
1515

16-
sed --in-place -E "s/\"version\": \".+\"/\"version\": \"${PKG_VERSION}\"/" package.json
16+
sed --in-place -E "s/\"version\": \".+\"/\"version\": \"${CURRENT_TAG_VERSION}\"/" package.json
1717

1818
exit 0

0 commit comments

Comments
 (0)