Skip to content

Commit

Permalink
fix: Call script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 7, 2020
1 parent 0847543 commit b52fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn gen:version
- run: ts-node ./scripts/generateVersion.ts
if: steps.semantic.outputs.new-release-published == 'true'
name: Generate version file
- run: yarn build
Expand Down

0 comments on commit b52fc9a

Please sign in to comment.