diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29a7a64..d37c9c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: install app dependencies and build it # If using the Vue CLI plugin, tauri:build will be run automatically by tauri-action # and you can remove `&& yarn build` from this command - run: yarn && yarn build + run: yarn && yarn build && yarn generate - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}