From a31346cae418c49ab5a8831b333ac175b1f217db Mon Sep 17 00:00:00 2001 From: tom-ridsdale Date: Wed, 10 Dec 2025 14:47:33 +0000 Subject: [PATCH] feat(TU-33149): Revert to previous jarvis install method, cleanup the @typeform registry override --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fba4798..052570d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,10 @@ jobs: - run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - - run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save --legacy-peer-deps + - run: npm config set @typeform:registry https://npm.pkg.github.com/ + - run: yarn add -W @typeform/jarvis + - run: git checkout HEAD -- package.json # do not save jarvis dependency to package.json because it is private (the file is committed by semantic-release to bump version) + - run: npm config delete @typeform:registry # authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4