Skip to content

Commit d0f9990

Browse files
committed
fix(ci): use semantic-release github action
1 parent c2c9ac1 commit d0f9990

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-staging.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
run: |
5555
pnpm install --frozen-lockfile --prefer-frozen-lockfile
5656
57-
# Create semantic release
58-
- name: 🚀 Create semantic beta release
57+
# Create beta release
58+
- name: 🚀 Create beta release
5959
id: release
60+
uses: cycjimmy/semantic-release-action@v4
6061
env:
6162
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
62-
run: pnpm run semantic-release
6363

6464
# Upload build artifacts
6565
- name: 🚀 Upload beta build artifacts

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
run: |
5555
pnpm install --frozen-lockfile --prefer-frozen-lockfile
5656
57-
# Create semantic release
58-
- name: 🚀 Create semantic release
57+
# Create release
58+
- name: 🚀 Create release
5959
id: release
60+
uses: cycjimmy/semantic-release-action@v4
6061
env:
6162
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
62-
run: pnpm run semantic-release
6363

6464
# Upload build artifacts
6565
- name: 🚀 Upload build artifacts

0 commit comments

Comments
 (0)