Skip to content

Commit a915ba4

Browse files
committed
restore: remove publish NPM
1 parent cd343d7 commit a915ba4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ 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 }}
4348
- name: Create GitHub release
4449
uses: actions/github-script@v8
4550
with:

0 commit comments

Comments
 (0)