mirror of
https://github.com/dsebastien/obsidian-graph-explorer-base-view.git
synced 2026-07-22 06:56:14 +00:00
ci(release): bump action-gh-release to v3 and make attestation non-blocking
action-gh-release@v3 runs on Node 24 (GitHub deprecates Node 20 actions on 2026-06-16). Mark the attestation step continue-on-error so a Sigstore Rekor timeout can no longer skip publishing the release.
This commit is contained in:
parent
b880cf9a00
commit
0bbebd63dd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -116,6 +116,7 @@ jobs:
|
|||
|
||||
- name: Generate artifact attestations
|
||||
uses: actions/attest-build-provenance@v3
|
||||
continue-on-error: true
|
||||
with:
|
||||
subject-path: |
|
||||
dist/main.js
|
||||
|
|
@ -123,7 +124,7 @@ jobs:
|
|||
dist/styles.css
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v3
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.tag }}
|
||||
name: ${{ steps.version.outputs.version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue