From beda5864bbfd2c007d6007c688ac2ed6b28d8234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:16:00 +0000 Subject: [PATCH] Bump mikepenz/action-gh-release in /.github/workflows Bumps [mikepenz/action-gh-release](https://github.com/mikepenz/action-gh-release) from 0.2.0.pre.a03 to 1. - [Release notes](https://github.com/mikepenz/action-gh-release/releases) - [Changelog](https://github.com/mikepenz/action-gh-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikepenz/action-gh-release/compare/v0.2.0-a03...v1) --- updated-dependencies: - dependency-name: mikepenz/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-create-release.yml b/.github/workflows/reusable-create-release.yml index b343980..98f8113 100644 --- a/.github/workflows/reusable-create-release.yml +++ b/.github/workflows/reusable-create-release.yml @@ -48,7 +48,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release - uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release + uses: mikepenz/action-gh-release@v1 #softprops/action-gh-release with: tag_name: v${{ inputs.version_to_publish }} body: ${{ steps.build_changelog.outputs.changelog }}