Skip to content

Commit 3df5d3c

Browse files
authored
Merge pull request #605 from snyk/feat/podspec-from-pods
chore: pin semantic-release to unblock releases
2 parents 05da06c + 99d2f0c commit 3df5d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ jobs:
752752
unset CI_PULL_REQUEST &&
753753
unset CI_PULL_REQUESTS &&
754754
unset CIRCLE_PULL_REQUESTS &&
755-
npx semantic-release &&
755+
npx semantic-release@17.2.2 &&
756756
NEW_VERSION=`cat ./package.json | jq -r '.version'` &&
757757
./scripts/docker/approve-image.sh $NEW_VERSION
758758
name: Tag and push

.circleci/config/jobs/@jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ tag_and_push:
320320
unset CI_PULL_REQUEST &&
321321
unset CI_PULL_REQUESTS &&
322322
unset CIRCLE_PULL_REQUESTS &&
323-
npx semantic-release &&
323+
npx semantic-release@17.2.2 &&
324324
NEW_VERSION=`cat ./package.json | jq -r '.version'` &&
325325
./scripts/docker/approve-image.sh $NEW_VERSION
326326
- run:

0 commit comments

Comments
 (0)