We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411a6fe commit 191b1c2Copy full SHA for 191b1c2
.github/workflows/release.yml
@@ -282,7 +282,7 @@ jobs:
282
283
# Note: here, `npx create` fails on windows if shell is bash.
284
- 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
+ run: node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample ${{ matrix.sample }} --target-dir ${{ runner.temp }}/example
286
287
- name: Install Temporal CLI
288
if: matrix.server == 'cli'
0 commit comments