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 8e4d781 commit 86a5075Copy full SHA for 86a5075
.github/workflows/release.yaml
@@ -61,7 +61,9 @@ jobs:
61
- run: yarn lint
62
- run: yarn test
63
# Must run tsc first to generate the .d.ts files.
64
- - run: yarn tsc && yarn build
+ - run: yarn tsc
65
+ working-directory: .
66
+ - run: yarn build
67
# Version it with the version in the tag and upload it to a draft release.
68
- run: yarn version --new-version ${{ needs.split-tag.outputs.version }}
69
- run: yarn pack
0 commit comments