Skip to content

Commit

Permalink
ci: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Mar 19, 2024
1 parent 5f1e12b commit 7f06a85
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- alpha
- beta

jobs:
publish-packages:
Expand Down Expand Up @@ -44,13 +45,4 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
[
'main',
{
name: 'alpha',
prerelease: true
}
]
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7f06a85

Please sign in to comment.