Skip to content

Commit 5520248

Browse files
committed
ci: switch back to semantic release via npx
1 parent f3627f5 commit 5520248

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3434
steps:
3535
- uses: actions/checkout@v4
36-
- id: release
37-
uses: cycjimmy/semantic-release-action@v4
36+
- uses: actions/setup-node@v4
37+
with:
38+
node-version: 22
39+
- run: npm ci
40+
- run: npm run build
41+
- run: npx semantic-release
3842
env:
3943
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4044
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)