Skip to content

Commit a71dc77

Browse files
committed
ci(release-please): add auth config to package specific npmrc file
1 parent 7f3c9e1 commit a71dc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
NPM_TOKEN: ${{secrets.NPM_UI5BOT}}
3636
run: |
3737
cd ${{ matrix.path_released }}
38-
npm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
38+
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ./.npmrc
3939
npm publish --workspaces false

0 commit comments

Comments
 (0)