File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
run : |
55
55
pnpm install --frozen-lockfile --prefer-frozen-lockfile
56
56
57
- # Create semantic release
58
- - name : 🚀 Create semantic beta release
57
+ # Create beta release
58
+ - name : 🚀 Create beta release
59
59
id : release
60
+ uses : cycjimmy/semantic-release-action@v4
60
61
env :
61
62
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
62
- run : pnpm run semantic-release
63
63
64
64
# Upload build artifacts
65
65
- name : 🚀 Upload beta build artifacts
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
run : |
55
55
pnpm install --frozen-lockfile --prefer-frozen-lockfile
56
56
57
- # Create semantic release
58
- - name : 🚀 Create semantic release
57
+ # Create release
58
+ - name : 🚀 Create release
59
59
id : release
60
+ uses : cycjimmy/semantic-release-action@v4
60
61
env :
61
62
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
62
- run : pnpm run semantic-release
63
63
64
64
# Upload build artifacts
65
65
- name : 🚀 Upload build artifacts
You can’t perform that action at this time.
0 commit comments