add release yml, add build script in pkg json

This commit is contained in:
ibrahim0814
2019-12-05 22:19:41 -08:00
parent a497b16d77
commit 355d574b25
3 changed files with 30 additions and 4 deletions

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

@@ -0,0 +1,19 @@
on: create
name: Release
jobs:
release:
name: Release Codecov GitHub Action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 3
- name: Release Action
uses: technote-space/release-github-actions@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CREATE_MINOR_VERSION_TAG: false
COMMIT_NAME: Release GitHub Action
BRANCH_NAME: master