Skip to content

Commit

Permalink
fix: add correct urls
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 committed Feb 21, 2024
1 parent ac21fe4 commit edb6bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-on-push-cached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
- name: 'Setup npm registry'
run: |
echo "@hopae:registry=npm.pkg.github.com" > .npmrc
echo "registry=npm.pkg.github.com" >> .npmrc
echo "@hopae:registry=https://npm.pkg.github.com/" > .npmrc
echo "registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
Expand Down

0 comments on commit edb6bbb

Please sign in to comment.