From e9fae906c4f91e5cb5ed494fb6aa428a5d85d0bc Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:22:25 +0100 Subject: [PATCH] rename github workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1cce6d3..99639ceb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: }); } - github_inform_issues: + github_notify_issues: needs: github_release runs-on: ubuntu-22.04