Skip to content

Commit

Permalink
fix(ci): do not use next branch for samples-typescript tests (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jan 24, 2025
1 parent 411a6fe commit 191b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:

# Note: here, `npx create` fails on windows if shell is bash.
- name: Instantiate sample project using verdaccio artifacts
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
run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample ${{ matrix.sample }} --target-dir ${{ runner.temp }}/example

- name: Install Temporal CLI
if: matrix.server == 'cli'
Expand Down

0 comments on commit 191b1c2

Please sign in to comment.