Update release.yml

This commit is contained in:
Niklas von Hertzen 2020-07-30 23:20:26 +08:00 committed by GitHub
parent 610997923a
commit 8af7745e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ jobs:
node-version: 12
- name: Npm install
run: npm ci
- name: Configure git
run: |
git config user.name "CI"
git config user.email "niklasvh@gmail.com"
- name: Create release
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}