Skip to content

Commit

Permalink
chore: setup beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 20, 2022
1 parent 45753c3 commit 174a186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- alpha
- beta
tags:
- '!*'
pull_request:
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
CI: true

- name: Release
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha')
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
}
},
"engines": {
"node": ">= 12.0.0"
Expand Down

0 comments on commit 174a186

Please sign in to comment.