Skip to content

Commit 4be87b3

Browse files
committed
chore: swap release script
1 parent d95121d commit 4be87b3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,18 @@ jobs:
6363
run: npm run build
6464

6565
- name: 🚀 Release
66-
uses: ph-fritsche/action-release@v2
66+
uses: cycjimmy/semantic-release-action@v2
67+
with:
68+
semantic_version: 17
69+
branches: |
70+
[
71+
'+([0-9])?(.{+([0-9]),x}).x',
72+
'main',
73+
'next',
74+
'next-major',
75+
{name: 'beta', prerelease: true},
76+
{name: 'alpha', prerelease: true}
77+
]
6778
env:
6879
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6980
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)