Remove GitHub packages publishing from the CI (#491)

This commit is contained in:
Michał Leszczyński
2025-12-17 02:11:53 +01:00
committed by GitHub
parent 9c3d762ea2
commit a9d905b22f

View File

@@ -165,12 +165,3 @@ jobs:
yarn tsc -p tsconfig.commonjs.json
- name: Publish package to npmjs
run: cd core && yarn npm publish --provenance --access public
- name: Re-setup Node.JS with GitHub pkg
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- name: Publish package to GitHub
run: cd core && yarn npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}