Skip to content

Commit fa0741c

Browse files
committed
fix: Only use npmrc when publishing.
1 parent ff070f0 commit fa0741c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Publish to npm
5050
if: steps.version.outputs.published == 'true'
5151
run: |
52+
cp .npmrc.publish .npmrc
5253
npx lerna publish from-package --yes
5354
env:
5455
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)