Skip to content

Commit d734973

Browse files
authored
Merge pull request #54 from danilolutz/bugifx/ci
fix: nuget packages versioning
2 parents acc6831 + dce47cc commit d734973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Create the package
2323
run: dotnet pack --configuration Release CoreZipCode.sln --include-symbols -p:PackageVersion=${{github.ref_name}} -v normal
2424
- name: Publish the package to GPR
25-
run: dotnet nuget push CoreZipCode/bin/Release/CoreZipCode.${{github.ref_name}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
25+
run: dotnet nuget push CoreZipCode/bin/Release/CoreZipCode.${{github.ref_name}}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)