Skip to content

Commit 5b8a970

Browse files
build(deps): Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 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@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 063786c commit 5b8a970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_appimage.yml

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

151151
- name: Upload to Release
152152
if: steps.should_build.outputs.should_build == 'true' && github.event_name == 'release'
153-
uses: softprops/action-gh-release@v1
153+
uses: softprops/action-gh-release@v2
154154
with:
155155
files: linux/${{ steps.appimage_name.outputs.name }}
156156
env:

0 commit comments

Comments
 (0)