Update dotnet.yml
This commit is contained in:
parent
b0f05a3239
commit
b71a8a46d1
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Extract Release Version
|
||||
id: extract_version
|
||||
run: echo ::set-output name=release_version::${{ github.event.release.tag_name }}
|
||||
run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
|
Loading…
Reference in New Issue
Block a user