Skip to content

Commit b52fc9a

Browse files
committed
fix: Call script directly
1 parent 0847543 commit b52fc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40-
- run: yarn gen:version
40+
- run: ts-node ./scripts/generateVersion.ts
4141
if: steps.semantic.outputs.new-release-published == 'true'
4242
name: Generate version file
4343
- run: yarn build

0 commit comments

Comments
 (0)