Skip to content

Commit 8a3e31b

Browse files
Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a3631 commit 8a3e31b

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
@@ -286,7 +286,7 @@ jobs:
286286
with:
287287
name: gui-dist
288288
- name: Create GitHub Release
289-
uses: softprops/action-gh-release@v2
289+
uses: softprops/action-gh-release@v3
290290
with:
291291
draft: true
292292
generate_release_notes: true

.github/workflows/generate-update-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: ./update-manifest.json
2727

2828
- name: Upload update-manifest.json to release
29-
uses: softprops/action-gh-release@v2
29+
uses: softprops/action-gh-release@v3
3030
with:
3131
tag_name: ${{ secrets.UPDATE_MANIFEST_RELEASE_TAG }}
3232
files: ./update-manifest.json

0 commit comments

Comments
 (0)