Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- name: Create draft GitHub Release
# Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime).
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
with:
draft: true
generate_release_notes: true
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
"${{ steps.sha.outputs.intel_sha }}"
- name: Add PKGs to the release
# Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime).
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
with:
# Keep it a draft; publish-release flips it live once every bundle is in.
draft: true
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
done
- name: Add AppImage to the release
# Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime).
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
with:
# Keep it a draft; publish-release flips it live once every bundle is in.
draft: true
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
"$h $(Split-Path $zip -Leaf)" | Out-File -Encoding ascii -NoNewline "$zip.sha256"
- name: Add the Windows bundle to the release
# Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime).
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
with:
# Keep it a draft; publish-release flips it live once every bundle is in.
draft: true
Expand All @@ -311,7 +311,7 @@ jobs:
steps:
- name: Publish the release
# Pinned to a commit SHA (supply-chain hardening); v3.0.0 (Node 24 runtime).
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
with:
draft: false

Expand Down