1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 17:23:23 +01:00

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

View File

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