mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update ci
This commit is contained in:
parent
9749bb1fb1
commit
003cfd9073
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -231,7 +231,7 @@ jobs:
|
||||
node-version: 12
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
- name: NPM Publish (github)
|
||||
run: cd package && npm publish
|
||||
run: cd npm/package && npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v1
|
||||
@ -239,7 +239,7 @@ jobs:
|
||||
node-version: 12
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
# - name: NPM Publish
|
||||
# run: cd package && npm publish public
|
||||
# run: cd npm/package && npm publish public
|
||||
# env:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
docs:
|
||||
|
Loading…
Reference in New Issue
Block a user