Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
EOF

- name: Create Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

softprops/action-gh-release@v3 moves to the Node 24 Actions runtime; this will fail on GitHub Enterprise Server or self-hosted runners that haven’t upgraded to a Node 24-capable runner image. Since this job uses ubuntu-latest it’s likely fine, but it may be worth confirming runner compatibility if releases ever run outside GitHub-hosted runners.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

with:
name: v${{ steps.version.outputs.version }}
body_path: release_notes.md
Expand Down
Loading