ci: better release

This commit is contained in:
Simone Corsi
2021-01-16 09:25:39 +01:00
parent bb5dd1f427
commit ea3472770f
5 changed files with 9 additions and 6 deletions

View File

@@ -12,6 +12,11 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: build
run: |
npm ci
npm run release
- name: Bump version and push tag
id: changelog
uses: TriPSs/conventional-changelog-action@v2