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 05405ef commit 932bf0eCopy full SHA for 932bf0e
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
node-version: 'lts/*'
19
- name: Install dependencies
20
run: yarn
21
+ - name: Build
22
+ run: yarn build
23
- name: Release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments