Skip to content

Commit 191b1c2

Browse files
authoredJan 24, 2025··
fix(ci): do not use next branch for samples-typescript tests (#1610)
1 parent 411a6fe commit 191b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282

283283
# Note: here, `npx create` fails on windows if shell is bash.
284284
- name: Instantiate sample project using verdaccio artifacts
285-
run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample https://github.com/temporalio/samples-typescript/tree/next/${{ matrix.sample }} --target-dir ${{ runner.temp }}/example
285+
run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample ${{ matrix.sample }} --target-dir ${{ runner.temp }}/example
286286

287287
- name: Install Temporal CLI
288288
if: matrix.server == 'cli'

0 commit comments

Comments
 (0)
Please sign in to comment.