8000 chore: bump version before pkg.pr.new publish · romhml/compodium@aadfc35 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit aadfc35

Browse files
committed
chore: bump version before pkg.pr.new publish
1 parent 0477554 commit aadfc35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3

0 commit comments

Comments
 (0)
0
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
- name: Test
4040
run: pnpm test --testTimeout 5000
4141

42+
- name: Bump version
43+
run: pnpm jiti ./scripts/bump.ts {{ github.sha }}
44+
4245
- name: Publish
4346
run: pnpx pkg-pr-new publish --no-template --pnpm './packages/*'