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 78be072 commit 7ce6a49Copy full SHA for 7ce6a49
.changeset/loose-seals-know.md
@@ -0,0 +1,9 @@
1
+---
2
+"@cadence-mq/core": patch
3
+"@cadence-mq/driver-drizzle": patch
4
+"@cadence-mq/driver-kysely": patch
5
+"@cadence-mq/driver-libsql": patch
6
+"@cadence-mq/driver-memory": patch
7
8
+
9
+Fix publishing
.github/workflows/release.yml
@@ -25,6 +25,11 @@ jobs:
25
with:
26
node-version: 22
27
cache: 'pnpm'
28
+ registry-url: 'https://registry.npmjs.org'
29
30
+ # Ensure npm 11.5.1 or later is installed
31
+ - name: Update npm
32
+ run: npm install -g npm@latest
33
34
- name: Install dependencies
35
run: pnpm i
0 commit comments