Skip to content

Commit 8133102

Browse files
authored
feat(TU-33149): Revert to previous jarvis install method, cleanup the @Typeform registry override (#714)
1 parent 36643dc commit 8133102

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
- run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
4949
env:
5050
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51-
- run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save --legacy-peer-deps
51+
- run: npm config set @typeform:registry https://npm.pkg.github.com/
52+
- run: yarn add -W @typeform/jarvis
53+
- 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)
54+
- run: npm config delete @typeform:registry
5255

5356
# authenticate to AWS
5457
- uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)