We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52fc9a commit 53a2600Copy full SHA for 53a2600
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40
- - run: ts-node ./scripts/generateVersion.ts
+ - run: ./node_modules/.bin/ts-node ./scripts/generateVersion.ts
41
if: steps.semantic.outputs.new-release-published == 'true'
42
name: Generate version file
43
- run: yarn build
0 commit comments