Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit daa02fe

Browse files
override pants-on-head behavior
1 parent b333a4d commit daa02fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN echo "https://www.myget.org/F/sqlstreamstore/npm/:_authToken=${MYGET_API_KEY
2929
echo "@sqlstreamstore:registry=https://www.myget.org/F/sqlstreamstore/npm/" >> .npmrc
3030

3131
RUN test -z "$MYGET_API_KEY" || \
32-
yarn publish --new-version $(cat .version) && \
32+
yarn publish --new-version $(cat .version) --no-git-tag-version && \
3333
echo "No API key found, skipping publishing..."
3434

3535
FROM nginx:1.15.5-alpine AS runtime

0 commit comments

Comments
 (0)