Update nuget-publish.yml
This commit is contained in:
parent
008fb21c8c
commit
f5da1a966f
3
.github/workflows/nuget-publish.yml
vendored
3
.github/workflows/nuget-publish.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
id: extract_version
|
||||
run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Debug Release Version
|
||||
run: echo "RELEASE_VERSION=${{ env.RELEASE_VERSION }}"
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user