Skip to content

Commit

Permalink
fixup! Rename writeGitVersion.mjs to writeGitVersion.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 12, 2024
1 parent 63f97fc commit eb80270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Read existing version, reuse that, add a Git short hash
- name: Set build version to Git commit
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)
run: yarn tsx scripts/writeGitVersion.mts $(git rev-parse --short HEAD)

- name: Check updated version
run: jq .version package.json
Expand Down

0 comments on commit eb80270

Please sign in to comment.