1
0
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:
MoyuScript 2020-07-30 23:20:26 +08:00
parent 126a1d76fe
commit 971b42204d

@ -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 }}