Update nuget-publish.yml

This commit is contained in:
singatias
2023-11-04 16:46:13 -04:00
committed by GitHub
parent 008fb21c8c
commit f5da1a966f
+3
View File
@@ -18,6 +18,9 @@ jobs:
- name: Extract Release Version
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