Skip to content

Commit

Permalink
feat!: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Jan 15, 2025
1 parent c2c9a8d commit 5718835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm install --no-frozen-lockfile
if: ${{ steps.release.outputs.release_created }}
# 构建输出
- run: build:prod
- run: pnpm build:prod
if: ${{ steps.release.outputs.release_created }}
# 发布到 npm
- run: npm run pub
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-karin",
"version": "0.12.24",
"version": "1.0.0",
"description": "Lightweight, efficient, concise, and stable robot framework.",
"keywords": [
"node",
Expand Down

0 comments on commit 5718835

Please sign in to comment.