From 24e1b9a29ef1ae4a7cb5f09bf30d9d923c5e8ae6 Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Fri, 26 Jun 2020 11:53:21 -0700 Subject: [PATCH] fix gh action from api change. (#544) Signed-off-by: Scott Nichols --- .github/workflows/draft-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index e97c9c4ce..5830b4454 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -12,6 +12,8 @@ jobs: release-tags: name: draft-release + runs-on: ubuntu-latest + steps: - name: Create Draft Release