Update CI

This commit is contained in:
Niklas von Hertzen
2020-08-08 14:46:43 +08:00
parent 003cfd9073
commit 04e145b5eb
2 changed files with 11 additions and 13 deletions

View File

@@ -24,4 +24,10 @@ jobs:
git config user.email "niklasvh@gmail.com"
- name: Create release
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}
- name: Print details
run: |
cat package.json
cat CHANGELOG.md
git tag
- name: Push git version
run: git push --follow-tags origin master