💚 Disable publishing to GH package repository

This commit is contained in:
RaviAnand Mohabir 2021-05-23 17:51:37 +02:00
parent b13b2f3aab
commit a5495a0980

View File

@ -14,10 +14,6 @@ jobs:
node-version: 14
- run: yarn install
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: https://npm.pkg.github.com
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}