fix: style error

This commit is contained in:
vben
2020-12-02 21:11:37 +08:00
parent 4cb3784f13
commit 7bfe5f753d
5 changed files with 34 additions and 61 deletions

15
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Release
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}