Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 81291a0

Browse files
committed
Update release.yml
1 parent 4ce80cf commit 81291a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: |
2525
VERSION=`git describe --tags`
2626
echo "Publishing Version: ${VERSION}"
27-
dotnet build
28-
dotnet pack ./src/TDesign/TDesign.csproj -c release -o ./pack -p:PackageVersion=$Version
27+
dotnet build ./src/TDesign/TDesign.csproj -c release
28+
dotnet pack ./src/TDesign/TDesign.csproj -c release -o ./pack -p:PackageVersion=${Version}
2929
dotnet nuget push './pack/*.nupkg' -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
3030
3131

0 commit comments

Comments
 (0)