From 016806062818efdf7f2ce68fded935046b0e5303 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Fri, 21 Feb 2020 17:57:12 +0100 Subject: [PATCH] Update release.yml Former-commit-id: 3c09a2041bfe243654058f0cc50c1627b544dd2f --- .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 dd99629..d93af1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: branches: - release jobs: - build: + release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1