Skip to content

Commit 6f7b6ed

Browse files
committed
Revert "try tsx instead of ts-node for publishing marketplace content"
This reverts commit 62510e4.
1 parent 8ad6085 commit 6f7b6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-marketplace-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
shell: bash {0} # don't fast fail
4848
run: |
4949
printf -v added_modified_renamed_files '%s,%s' '${{ steps.files.outputs.added_modified }}' '${{ steps.files.outputs.renamed }}'
50-
pnpm dlx tsx scripts/updateMarketplaceReadme.mts $added_modified_renamed_files
50+
pnpm dlx ts-node --esm scripts/updateMarketplaceReadme.mts $added_modified_renamed_files

0 commit comments

Comments
 (0)