Skip to content

Commit

Permalink
ci: dev测试版发布工作流 [publish dev]
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Nov 1, 2024
1 parent 7c330ff commit 815e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build TypeScript files
run: |
pnpm install
node ./toolbox/dev-version.js
node ./toolbox/dev-version.mjs
pnpm run build
- run: npm publish --tag dev
Expand Down

0 comments on commit 815e373

Please sign in to comment.