Skip to content

Commit 6f3bb51

Browse files
committed
chore: update ci
1 parent 64e8cc8 commit 6f3bb51

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: CI Checks
21
on: { push: {}, pull_request: {} }
32
jobs:
43
checks:

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: Publish
21
on: { push: { branches: [main] } }
32
permissions: { id-token: write, contents: read }
43
jobs:
@@ -11,5 +10,5 @@ jobs:
1110
- uses: actions/setup-node@v4
1211
with: { node-version: 24, cache: 'pnpm' }
1312
- run: pnpm install
14-
- name: publish
15-
run: pnpm changelogen --bump --canary nightly && npm publish --tag main
13+
- run: pnpm changelogen --bump --canary nightly
14+
- run: npm publish --tag latest

0 commit comments

Comments
 (0)