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 9b52063 commit 23d9751Copy full SHA for 23d9751
.github/workflows/publish.yml
@@ -55,6 +55,8 @@ jobs:
55
GITHUB_USER: github-actions[bot]
56
GITHUB_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
+ - name: Build
59
+ run: yarn turbo run build --filter @skyra/${{ github.event.inputs.package }}
60
- name: Bump Versions and make release
61
run: yarn bump
62
working-directory: packages/${{ github.event.inputs.package }}
0 commit comments