We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e8cc8 commit 6f3bb51Copy full SHA for 6f3bb51
.github/workflows/checks.yml
@@ -1,4 +1,3 @@
1
-name: CI Checks
2
on: { push: {}, pull_request: {} }
3
jobs:
4
checks:
.github/workflows/publish.yml
-name: Publish
on: { push: { branches: [main] } }
permissions: { id-token: write, contents: read }
@@ -11,5 +10,5 @@ jobs:
11
10
- uses: actions/setup-node@v4
12
with: { node-version: 24, cache: 'pnpm' }
13
- run: pnpm install
14
- - name: publish
15
- run: pnpm changelogen --bump --canary nightly && npm publish --tag main
+ - run: pnpm changelogen --bump --canary nightly
+ - run: npm publish --tag latest
0 commit comments