Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 9509ed8

Browse files
Bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#1776)
1 parent 97b7d6d commit 9509ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: ("hash=" + $(Get-FileHash -Path "${{ needs.build.outputs.zipname }}.7z" -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
135135

136136
- name: Update build to release 🤌
137-
uses: softprops/action-gh-release@v2.0.9
137+
uses: softprops/action-gh-release@v2.1.0
138138
with:
139139
files: ${{ needs.build.outputs.zipname }}.7z
140140
fail_on_unmatched_files: true

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Add text format to release 📝
5757
if: env.SHOULD_BUILD == 'yes'
58-
uses: softprops/action-gh-release@v2.0.9
58+
uses: softprops/action-gh-release@v2.1.0
5959
with:
6060
tag_name: ${{ steps.date.outputs.tag }}
6161
body: "# Changelog\n## ${{ env.MSG }}\n### SHA256 Checksum\n```"

0 commit comments

Comments
 (0)