Skip to content

Commit

Permalink
Update build&deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 12, 2024
1 parent 2ea156e commit 186faf9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ jobs:
- name: Clean install of all existing dependencies
run: |
apt-get install jq
jq '.name = "@sapcc/exampleapp"' apps/exampleapp/package.json > "$tmp" && mv "$tmp" apps/exampleapp/package.json
cat ./.npmrc
echo registry=https://npm.pkg.github.com/ > .npmrc
echo @sapcc:registry=https://npm.pkg.github.com/ > .npmrc
echo always-auth=true >> .npmrc
echo //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }} >> .npmrc
echo scope=@juno >> .npmrc
echo scope=@sapcc >> .npmrc
echo "====================1"
cat ./.npmrc
echo "====================2"
Expand Down

0 comments on commit 186faf9

Please sign in to comment.