| commit | 8d359388f024d11a22c8a3948f283f4170a51fb3 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Apr 13 09:09:21 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jun 11 13:09:38 2026 +0200 |
| tree | 371b97df9b9101ccbd57c05e8289b1bc874e7536 | |
| parent | 6756cc569542521507769b0808fadbdf10689add [diff] |
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](https://github.com/softprops/action-gh-release/compare/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> Closes #42 Change-Id: I4837774f90f1f5e66fb78d3d9220bc24bd53adde
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10ee701..21a8068 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -50,7 +50,7 @@ } >> "$GITHUB_OUTPUT" - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: ${{ steps.changelog.outputs.notes }} tag_name: ${{ steps.get_version.outputs.tag_name }}