From d3036105bbc9810c4db896196965d1d34fa47fd7 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Tue, 11 Feb 2025 19:54:39 +0700 Subject: [PATCH] ci: Make attestation runs on every release (stable) Sometimes build will not be made due to CI Configuration --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 540a931a..969f1394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: npx semantic-release - name: Generate artifact attestation + if: github.ref == 'refs/heads/main' uses: actions/attest-build-provenance@v1 with: subject-path: build/app/outputs/apk/release/revanced-manager-*.apk