From ffa3e1012c03db41587c802fb254c97cdab0221f Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:58:26 -0700 Subject: [PATCH] Tests Release (#210) Fixes create release action and tests for an actual Release --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2c088042b..ccd540fe2 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -10,7 +10,7 @@ jobs: if: "contains(github.event.head_commit.message, 'Release')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@ + - uses: actions/checkout@v2 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: Setup .NET Core