chore: enable release workflow

This commit is contained in:
zhom
2025-05-30 03:39:30 +04:00
parent 885c6a1446
commit 8980056e44
3 changed files with 4 additions and 21 deletions
+2
View File
@@ -6,6 +6,8 @@ on:
push:
branches:
- main
tags:
- "v*"
pull_request:
paths-ignore:
- "src-tauri/**"
+2
View File
@@ -6,6 +6,8 @@ on:
push:
branches:
- main
tags:
- "v*"
pull_request:
paths-ignore:
- "src/**"
-21
View File
@@ -10,28 +10,7 @@ env:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
jobs:
# Wait for linting jobs to complete first
wait-for-linting:
runs-on: ubuntu-latest
steps:
- name: Wait for Rust linting to complete
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
check-name: "Lint Rust"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- name: Wait for JavaScript linting to complete
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
check-name: "Lint Node.js"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
release:
needs: wait-for-linting
permissions:
contents: write
strategy: