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.
2 parents 7ea383f + 9a998be commit b4eecb1Copy full SHA for b4eecb1
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /src
4
5
COPY .git ./
6
7
-RUN dotnet tool install -g minver-cli --version 1.0.0-beta.2 && \
+RUN dotnet tool install -g minver-cli --version 1.0.0 && \
8
/root/.dotnet/tools/minver > .version
9
10
FROM node:10.12.0-alpine AS build
@@ -33,4 +33,4 @@ RUN \
33
echo "@sqlstreamstore:registry=https://www.myget.org/F/sqlstreamstore/npm/" >> .npmrc && \
34
yarn publish --new-version $(cat .version) --no-git-tag-version ;\
35
else echo "No API key found, skipping publishing..." ;\
36
- fi
+ fi
0 commit comments