Tests Release (#210)

Fixes create release action and tests for an actual Release
This commit is contained in:
Kamron Batman 2020-09-02 17:58:26 -07:00 committed by GitHub
parent 192cf70d20
commit ffa3e1012c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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