mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update release script (#2319)
This commit is contained in:
committed by
GitHub
parent
e3237dc4ce
commit
60f6b85083
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -10,9 +10,13 @@ on:
|
||||
|
||||
jobs:
|
||||
version:
|
||||
name: Create version
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
Reference in New Issue
Block a user