We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8184c7 commit 1795f41Copy full SHA for 1795f41
.github/workflows/semantic-release.yml
@@ -10,25 +10,7 @@ jobs:
10
uses: actions/checkout@v3
11
12
- 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
30
- }
31
- ]
32
- env:
33
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
34
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ uses: cycjimmy/semantic-release-action@v3
+ env:
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments