Skip to content

Commit 9031739

Browse files
committed
+
1 parent 462c839 commit 9031739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: pnpm prisma generate --schema src/prisma/schema.prisma
3434
- name: Build all
3535
run: pnpm build:artifact
36+
37+
# has to be after build step, otherwise turbo cache miss
3638
- name: Apply version suffix to packages
3739
shell: bash
3840
run: |
@@ -362,7 +364,7 @@ jobs:
362364
steps:
363365
- uses: actions/checkout@v4
364366
- uses: actions/setup-node@v4
365-
with: { node-version: '24', registry-url: 'https://registry.npmjs.org' }
367+
with: { node-version: '24', registry-url: 'https://registry.npmjs.org', always-auth: true }
366368
- name: Download package tarball
367369
uses: actions/download-artifact@v4
368370
with:

0 commit comments

Comments
 (0)