Skip to content

Commit 77d1a81

Browse files
build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.0. - [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.2...v2.3.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bc127e commit 77d1a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
merge-multiple: true
323323

324324
- name: Prepare a release
325-
uses: softprops/action-gh-release@v2.2.2
325+
uses: softprops/action-gh-release@v2.3.2
326326
with:
327327
generate_release_notes: true
328328
body: |
@@ -391,7 +391,7 @@ jobs:
391391
await script({ core, github, context });
392392
393393
- name: Update unstable release
394-
uses: softprops/action-gh-release@v2.2.2
394+
uses: softprops/action-gh-release@v2.3.2
395395
with:
396396
name: "Unstable build"
397397
tag_name: unstable

0 commit comments

Comments
 (0)