Update release script (#2319)

This commit is contained in:
Niklas von Hertzen
2020-08-08 18:18:10 +08:00
committed by GitHub
parent e3237dc4ce
commit 60f6b85083
4 changed files with 7 additions and 8 deletions

View File

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