mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update release.yml
This commit is contained in:
parent
610997923a
commit
8af7745e80
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -18,6 +18,10 @@ jobs:
|
|||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Npm install
|
- name: Npm install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Configure git
|
||||||
|
run: |
|
||||||
|
git config user.name "CI"
|
||||||
|
git config user.email "niklasvh@gmail.com"
|
||||||
- name: Create release
|
- name: Create release
|
||||||
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}
|
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user