ci: update workflow

This commit is contained in:
Ammar Ahmed
2022-07-16 06:17:56 +05:00
committed by GitHub
parent 035e8c56a9
commit 1491856731

View File

@@ -21,7 +21,7 @@ jobs:
run: echo "registry=https://npm.pkg.github.com\n@streetwriters:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${{secrets.PACKAGES_TOKEN}}" > .npmrc
- name: Setup yarnrc
run: echo "\"@streetwriters:registry\" \"https://npm.pkg.github.com\"" .yarnrc
run: echo "\"@streetwriters:registry\" \"https://npm.pkg.github.com\"" > .yarnrc
- uses: actions/setup-node@master
with: