From 82e6d5fa25bde0a110ac5475049ca388e6d99e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:58:24 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from c9b46fe7aad9f02afd89b12450b780f52dacfb2d to a485adba73bc95d9848c86e019d675bac99de0ed. - [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/c9b46fe7aad9f02afd89b12450b780f52dacfb2d...a485adba73bc95d9848c86e019d675bac99de0ed) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 888e09e..00ec982 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -63,7 +63,7 @@ jobs: run: git describe --tags --exact-match - name: Create Release Draft - uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d + uses: softprops/action-gh-release@a485adba73bc95d9848c86e019d675bac99de0ed if: steps.no-bump.outcome == 'success' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}