We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3c9e1 commit a71dc77Copy full SHA for a71dc77
.github/workflows/release-please.yml
@@ -35,5 +35,5 @@ jobs:
35
NPM_TOKEN: ${{secrets.NPM_UI5BOT}}
36
run: |
37
cd ${{ matrix.path_released }}
38
- npm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
+ echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ./.npmrc
39
npm publish --workspaces false
0 commit comments