Skip to content

Commit 0b81ec2

Browse files
committed
fix: run semantic release without action
1 parent 1795f41 commit 0b81ec2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v3
1111

12+
- name: Install
13+
run: npm ci
14+
1215
- name: Semantic Release
13-
uses: cycjimmy/semantic-release-action@v3
16+
run: npm run semantic-release
1417
env:
1518
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1619
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)