Update release.yml

This commit is contained in:
Timothy Baldridge 2022-08-16 15:38:34 -06:00 committed by GitHub
parent 011aa23b3a
commit 7b1ef0fd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,7 @@ jobs:
runs-on: release-builder
steps:
- uses: actions/checkout@v2
- name: Extract Version
run: echo "VERSION=$(python scripts/version_extract.py)" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
with: