From 9395d3db1f48335efc8252d9353477d39038bfd7 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 19 Feb 2021 00:10:39 +0100 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 77f5088a..ac2c60c2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -180,7 +180,7 @@ jobs: # Publish GitHub release publish-release: - name: + name: Publish release runs-on: ubuntu-latest needs: [ action-latest-test ] if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')