mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
disable GitHub packsge registry publishing
* the new registry-url is not picked up by following publish step
This commit is contained in:
parent
e899e371d3
commit
777be77f73
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user