Skip to content

Commit

Permalink
fix/prerelease beta (#140)
Browse files Browse the repository at this point in the history
* test: release beta

* fix: prerelease beta

* fix: remove unused file
  • Loading branch information
yapyuyou authored May 30, 2024
1 parent 7d60698 commit 397885f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/.releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"branches": [
"master",
{
"name": "beta",
"prerelease": true
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm run build

- name: Release
run: npx semantic-release@19.0.5 --branches master,beta
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 397885f

Please sign in to comment.