Skip to content

Commit fa8d867

Browse files
committed
revert: swap release script
This reverts commit 4be87b3.
1 parent c4b4629 commit fa8d867

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

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

6565
- name: 🚀 Release
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-
]
66+
uses: ph-fritsche/action-release@v2
7867
env:
7968
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8069
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)