Skip to content

Commit fc52232

Browse files
committed
ci: use semantic release action
1 parent 9c4dead commit fc52232

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)