mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-04 08:02:32 +08:00
Dry run to run semrel
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
KEYSTORE_ENTRY_ALIAS: ${{ secrets.KEYSTORE_ENTRY_ALIAS }}
|
KEYSTORE_ENTRY_ALIAS: ${{ secrets.KEYSTORE_ENTRY_ALIAS }}
|
||||||
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
npx semantic-release
|
npx semantic-release -d
|
||||||
|
|
||||||
- name: 🛰️ Generate artifact attestation
|
- name: 🛰️ Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"branches": [
|
"branches": [
|
||||||
"main",
|
"main",
|
||||||
{
|
{
|
||||||
"name": "ci/github-attest-slsa-l2",
|
"name": "dev",
|
||||||
"prerelease": true
|
"prerelease": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user