Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 28, 2024
1 parent aa748a2 commit 8cd5776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
id: pack
run: |
nuspec_path="nuget/dotnet-gemini.nuspec"
nuget pack src/DotnetGeminiSDK/DotnetGeminiSDK.csproj --configuration Release --output nupkg -p:PackageVersion=$NEW_VERSION
dotnet pack src/DotnetGeminiSDK/DotnetGeminiSDK.csproj --configuration Release --output nupkg -p:PackageVersion=$NEW_VERSION
echo "::set-output name=package_version::$NEW_VERSION"
echo "Packaged NuGet package version: $NEW_VERSION"
Expand Down

0 comments on commit 8cd5776

Please sign in to comment.