From fc93209fea622d4b2e3a54a6a563e7c2099ddc51 Mon Sep 17 00:00:00 2001 From: Pavitra Golchha Date: Mon, 1 Apr 2024 01:25:06 +0530 Subject: [PATCH] Update github action --- .github/{actions => workflows}/release.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename .github/{actions => workflows}/release.yaml (79%) diff --git a/.github/actions/release.yaml b/.github/workflows/release.yaml similarity index 79% rename from .github/actions/release.yaml rename to .github/workflows/release.yaml index d73986a..47364a5 100644 --- a/.github/actions/release.yaml +++ b/.github/workflows/release.yaml @@ -1,12 +1,9 @@ name: "publish" on: - push: - branches: - - release + workflow_dispatch: -# This is the example from the readme. -# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. +# it will create or update a GitHub release, build your app, and upload the artifacts to the release. jobs: publish-tauri: @@ -36,7 +33,7 @@ jobs: sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: install frontend dependencies - run: yarn install # change this to npm or pnpm depending on which one you use + run: pnpm install - uses: tauri-apps/tauri-action@v0 env: