Skip to content

Commit 693ac85

Browse files
committed
tmp: remove publish NPM
1 parent 0c445c4 commit 693ac85

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
- name: Install dependencies & build
4141
working-directory: ./packages/${{ steps.extract.outputs.package_name }}
4242
run: yarn install && yarn build
43-
- name: Create NPM release
44-
working-directory: ./packages/${{ steps.extract.outputs.package_name }}
45-
run: npm publish --access public
46-
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4843
- name: Create GitHub release
4944
uses: actions/github-script@v8
5045
with:

0 commit comments

Comments
 (0)