Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 14, 2023
1 parent 6a7e334 commit 6179afa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
- name: Build API
run: pnpm api:build

- name: Build Client
run: pnpm client:build

- name: Publish NPM
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/client
package: ./packages/api
3 changes: 3 additions & 0 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Build API
run: pnpm api:build

- name: Build Client
run: pnpm client:build

- name: Publish NPM
uses: JS-DevTools/npm-publish@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waline/client",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"description": "client for waline comment system",
"keywords": [
"valine",
Expand Down

0 comments on commit 6179afa

Please sign in to comment.