Skip to content

Commit 5884a38

Browse files
ci: enable cd
1 parent 17669ac commit 5884a38

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
run: pnpm run build
5050

5151
- name: Release
52-
run: echo "Do Release Here"
53-
# run: pnpm run semantic-release
54-
# env:
55-
# GITHUB_TOKEN: ${{ github.token }}
56-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
run: pnpm run semantic-release
53+
env:
54+
GITHUB_TOKEN: ${{ github.token }}
55+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)