Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit ff39bd6

Browse files
committed
chore(ci): migrate to unified release.yml workflow
1 parent 74518da commit ff39bd6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
7-
8-
concurrency: ${{ github.workflow }}-${{ github.ref }}
5+
branches: [main]
96

107
jobs:
118
release:
12-
uses: SylphxAI/.github/.github/workflows/publish-npm-pnpm.yml@main
13-
with:
14-
pnpm-version: '10.8.0'
9+
uses: SylphxAI/.github/.github/workflows/release.yml@main
1510
secrets: inherit

0 commit comments

Comments
 (0)