Skip to content

Commit 0bd34ed

Browse files
committed
ci fix
1 parent a3d1e5e commit 0bd34ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,12 @@ jobs:
363363
package: [drizzle-orm, drizzle-kit, drizzle-zod, drizzle-seed, drizzle-typebox, drizzle-valibot, drizzle-arktype, eslint-plugin-drizzle]
364364
steps:
365365
- uses: actions/checkout@v4
366+
367+
# don't specify registry url, so there's no .npmrc config file
366368
- uses: actions/setup-node@v4
367-
with: { node-version: '24', registry-url: 'https://registry.npmjs.org' }
369+
with: { node-version: '24' }
370+
371+
# >= 11.5.1 for trusted publishing
368372
- name: Update NPM
369373
run: npm install -g npm@latest
370374
- name: Download package tarball

0 commit comments

Comments
 (0)