Skip to content

Commit

Permalink
try random solution from github
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhep committed Feb 19, 2025
1 parent 9c3c828 commit a6920ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Semantic Release
run: pnpm run semantic-release
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "@OpenTripPlanner:registry=https://registry.npmjs.org/" >> ~/.npmrc
pnpm run semantic-release
name: Node.js CI
"on":
pull_request: null
Expand Down
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node-linker=hoisted
shamefully-hoist=true
strict-peer-dependencies=false
NPM_TOKEN=${NPM_TOKEN-none}
strict-peer-dependencies=false

0 comments on commit a6920ac

Please sign in to comment.