From 5d0fdd59001571ee0a5634a4ad3400713a09749b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 00:00:05 +0000 Subject: [PATCH] Bump notpeelz/action-gh-create-release from 5.0.0 to 5.0.1 Bumps [notpeelz/action-gh-create-release](https://github.com/notpeelz/action-gh-create-release) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/notpeelz/action-gh-create-release/releases) - [Commits](https://github.com/notpeelz/action-gh-create-release/compare/a12edfc71daf5daa7922b931c28e2bf88d3b2ced...c1bebd17c8a128e8db4165a68be4dc4e3f106ff1) --- updated-dependencies: - dependency-name: notpeelz/action-gh-create-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0f408cef04..d2512e9440 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -157,7 +157,7 @@ jobs: done - name: Publish release - uses: notpeelz/action-gh-create-release@a12edfc71daf5daa7922b931c28e2bf88d3b2ced # v5.0.0 + uses: notpeelz/action-gh-create-release@c1bebd17c8a128e8db4165a68be4dc4e3f106ff1 # v5.0.1 with: target: ${{ inputs.target }} tag: ${{ inputs.tag }}