mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-06-23 08:21:11 +00:00
ci: simplify publish workflow by removing test steps
This commit is contained in:
parent
9106b78d00
commit
02e9ee5b62
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test & Publish on JSR & npm
|
||||
name: Publish on JSR & npm
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
types:
|
||||
- completed
|
||||
jobs:
|
||||
testAndPublish:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Build & Test
|
||||
run: pnpm build && pnpm test
|
||||
run: pnpm build
|
||||
|
||||
- name: Publish to JSR
|
||||
run: pnpm dlx jsr publish
|
||||
|
|
Loading…
Add table
Reference in a new issue