Skip to content

Commit 8bdc03e

Browse files
committed
simpler publish
1 parent 18e5401 commit 8bdc03e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/components-test-build-deploy.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,5 @@ jobs:
140140
- name: 'publish to npm registry'
141141
env:
142142
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
143-
run: |
144-
cd ./components
145-
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ./.npmrc
146-
ls -R # Debug: View contents of ./components
147-
npm publish --access public
143+
run: npm publish --access public
144+
working-directory: ./components

0 commit comments

Comments
 (0)