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 05da06c + 99d2f0c commit 3df5d3cCopy full SHA for 3df5d3c
.circleci/config.yml
@@ -752,7 +752,7 @@ jobs:
752
unset CI_PULL_REQUEST &&
753
unset CI_PULL_REQUESTS &&
754
unset CIRCLE_PULL_REQUESTS &&
755
- npx semantic-release &&
+ npx semantic-release@17.2.2 &&
756
NEW_VERSION=`cat ./package.json | jq -r '.version'` &&
757
./scripts/docker/approve-image.sh $NEW_VERSION
758
name: Tag and push
.circleci/config/jobs/@jobs.yml
@@ -320,7 +320,7 @@ tag_and_push:
320
321
322
323
324
325
326
- run:
0 commit comments