Tests Release (#210)
Fixes create release action and tests for an actual Release
This commit is contained in:
parent
192cf70d20
commit
ffa3e1012c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue