Skip to content

Commit b84aaa7

Browse files
dependabot[bot]andreasabel
authored andcommitted
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2492c12 commit b84aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- run: git show HEAD --format='%s%n%n%b' -s > .release_body
14-
- uses: softprops/action-gh-release@v1
14+
- uses: softprops/action-gh-release@v2
1515
with:
1616
generate_release_notes: true
1717
body_path: .release_body

0 commit comments

Comments
 (0)