disable GitHub packsge registry publishing

* the new registry-url is not picked up by following publish step
This commit is contained in:
Matthias Kretschmann 2020-03-22 16:00:01 +01:00
parent e899e371d3
commit 777be77f73
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 7 additions and 7 deletions

View File

@ -39,10 +39,10 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: '13.x'
registry-url: 'https://npm.pkg.github.com'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/setup-node@v1
# with:
# node-version: '13.x'
# registry-url: 'https://npm.pkg.github.com'
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}