Skip to content

Commit 971b7dd

Browse files
committed
actually release
1 parent 76a7340 commit 971b7dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CD.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ jobs:
3535

3636
- name: Package module
3737
run: pnpm package
38+
39+
- name: Release
40+
run: pnpm semantic-release
41+
env:
42+
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
43+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)