diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04f123a8..f0c42baf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,13 @@ -name: Generate Artifacts +name: Release on: push: tags: [ v* ] jobs: - build-artifacts: - permissions: write-all - name: Build + release: + permissions: + contents: write + name: Build and Release strategy: fail-fast: false matrix: @@ -45,13 +46,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf - - run: npm ci - - run: | - npm run lint - npm test - - run: | - cargo check --all - cargo test --all working-directory: src-tauri - uses: tauri-apps/tauri-action@v0 env: