feat(tag): auto tag release (#16)

pull/29/head
Minghe 2022-08-02 11:03:36 +08:00 committed by GitHub
parent 20b1c8fe9f
commit f84cdc88a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,8 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- name: publish
uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}