Skip to content

Commit 59e05e5

Browse files
committed
Merge branch 'breakup-workflows' into test-breakup-workflows
2 parents efefcd8 + 9e27321 commit 59e05e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/prepare-job/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ runs:
4444
path: node_modules
4545
key: ${{ runner.os }}-node-${{ inputs.node_version }}-${{ hashFiles('**/package-lock.json') }}
4646

47+
- name: Generate api-version.ts
48+
shell: bash
49+
run: sudo -u testbot bash -lc 'node ./scripts/write-versions.js'
50+
4751
- name: Download build artifacts
4852
if: inputs.download_build_artifacts == 'true'
4953
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)