Skip to content

Commit 1795f41

Browse files
committed
fix: restore original file
1 parent b8184c7 commit 1795f41

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,7 @@ jobs:
1010
uses: actions/checkout@v3
1111

1212
- name: Semantic Release
13-
uses: codfish/semantic-release-action@v2
14-
with:
15-
# specify default branches to add support for the `main` branch
16-
# which semantic-release doesn't have as a default yet.
17-
branches: |
18-
[
19-
'+([0-9])?(.{+([0-9]),x}).x',
20-
'main',
21-
'next',
22-
'next-major',
23-
{
24-
name: 'beta',
25-
prerelease: true
26-
},
27-
{
28-
name: 'alpha',
29-
prerelease: true
30-
}
31-
]
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13+
uses: cycjimmy/semantic-release-action@v3
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
16+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)