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 d7d9cfd commit cb96a14Copy full SHA for cb96a14
.github/workflows/create-release.yml
@@ -18,7 +18,5 @@ jobs:
18
node-version: "18"
19
- name: Install dependencies
20
run: yarn install
21
- - name: Create build
22
- run: yarn build:release
23
- - name: deploy to github pages
24
- run: yarn publish-gh-pages
+ - name: Create build and release
+ run: yarn build:release && yarn publish-gh-pages
0 commit comments