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

Commit 71301bd

Browse files
author
Tommaso Stocchi
authored
Merge pull request #7 from tommasodotNET:release/2.0.3
release/2.0.3
2 parents 7396368 + 284a531 commit 71301bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Publish NuGet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet build ./src --configuration Release --no-restore
2424

2525
- name: Pack with dotnet
26-
run: dotnet pack ./src/ServiceLibrary.ConsoleApp/ServiceLibrary.ConsoleApp.csproj --output nuget-packages --configuration Release -p:PackageVersion=2.0.2
26+
run: dotnet pack ./src/ServiceLibrary.ConsoleApp/ServiceLibrary.ConsoleApp.csproj --output nuget-packages --configuration Release -p:PackageVersion=2.0.3
2727

2828
- name: Push with dotnet
2929
run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)