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

Commit 8620f99

Browse files
Bump softprops/action-gh-release from 2.2.1 to 2.2.2 (#1900)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f583b3 commit 8620f99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.2.1
137+
uses: softprops/action-gh-release@v2.2.2
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.2.1
58+
uses: softprops/action-gh-release@v2.2.2
5959
with:
6060
tag_name: ${{ steps.date.outputs.tag }}
6161
body: "# Changelog\n## ${{ env.MSG }}\n### SHA256 Checksum\n```"

0 commit comments

Comments
 (0)