From 7c7fbfb602fc16962e616e0da9eecd9a9cdcc605 Mon Sep 17 00:00:00 2001 From: mostlysimlar Date: Wed, 27 May 2020 07:27:16 -0700 Subject: [PATCH] fix workflow file syntax --- .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 7db27025..1f8f6ad4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,8 @@ on: - master jobs: - runs-on: self-hosted release: + runs-on: self-hosted steps: - name: Checkout uses: actions/checkout@v2