Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit f5de247

Browse files
committed
1.0.0-rc3
1 parent 79e24da commit f5de247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DOTNET_NOLOGO: true
2323
DOTNET_CLI_TELEMETRY_OPTOUT: true
2424
- name: "Build Nuget Packages"
25-
run: "mkdir build && dotnet pack -c Release -o build -p:Version=${{ github.event.release.tag.name }}"
25+
run: "mkdir build && dotnet pack -c Release -o build -p:Version=${{ github.event.release.tag_name }}"
2626
- name: "Publish Nuget Packages"
2727
run: "dotnet nuget push \"build/*\" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json"
2828
- name: "Upload Nuget Packages To Github Actions"

0 commit comments

Comments
 (0)