Skip to content

Commit a74b103

Browse files
committed
feat: remove npm publish to see if gh works
1 parent 660ba7c commit a74b103

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-package.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ jobs:
5656
run: node prepare-package.mjs
5757
env:
5858
INPUT_VERSION: ${{ github.event.inputs.version }}
59-
60-
- name: Create .npmrc for NPM
61-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_NPM_MATTERLABS_AUTOMATION_TOKEN }}" > ~/.npmrc
62-
63-
- name: Publish to NPM
64-
working-directory: packages/sdk
65-
run: npm publish --access public
6659

6760
- name: Create .npmrc for GitHub Packages
6861
run: echo "@OWNER:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)