mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-18 15:06:45 +08:00
Compare commits
19 Commits
v1.23.4-de
...
ci/github-
Author | SHA1 | Date | |
---|---|---|---|
5508d9408f | |||
5d434fcbe4 | |||
9a0a753dde | |||
5668b2a958 | |||
7e0d3b5f50 | |||
24d2689a4c | |||
dabe89c07e | |||
43ce40223d | |||
d9f0da461d | |||
98c4589188 | |||
5888607388 | |||
c2316dc9d1 | |||
01d685159d | |||
9024539e08 | |||
de4ccbe10c | |||
9be7ff96b5 | |||
4c9c8ff0d6 | |||
c74b13981f | |||
6ad90a827a |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -17,7 +17,9 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
id-token: write
|
||||||
|
contents: write
|
||||||
|
attestations: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -63,3 +65,8 @@ jobs:
|
|||||||
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
npx semantic-release
|
npx semantic-release
|
||||||
|
|
||||||
|
- name: Generate artifact attestation
|
||||||
|
uses: actions/attest-build-provenance@v1
|
||||||
|
with:
|
||||||
|
subject-path: build/app/outputs/apk/release/revanced-manager-*.apk
|
||||||
|
Reference in New Issue
Block a user