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 c29a8a5 commit 4ed7b76Copy full SHA for 4ed7b76
scripts/publish-container/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:8
+FROM node:14
2
3
# Install dependencies
4
RUN apt-get update && \
scripts/publish.sh
@@ -87,7 +87,7 @@ npm run build:release
87
echo "Ran publish build."
88
89
echo "Making a $VERSION version..."
90
-npm version $VERSION
+npm version --no-git-tag-version $VERSION
91
NEW_VERSION=$(jq -r ".version" package.json)
92
echo "Made a $VERSION version."
93
0 commit comments