Dry run to run semrel

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
validcube
2024-10-22 23:37:25 +07:00
parent 9be7ff96b5
commit de4ccbe10c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
"branches": [ "branches": [
"main", "main",
{ {
"name": "ci/github-attest-slsa-l2", "name": "dev",
"prerelease": true "prerelease": true
} }
], ],