Skip to content

Commit 2ba06a1

Browse files
Merge pull request #12 from GeoJSON-Net/bugfix/no-support-of-wildcard-directly
Bugfix/no support of wildcard directly
2 parents b582584 + 991b63e commit 2ba06a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
}
4949
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}.csproj
5050
- name: Push to Nuget
51-
run: dotnet nuget push nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_KEY}} --skip-duplicate
51+
run: dotnet nuget push ./nupkg/${{ env.PROJECT_NAME }}.${{ $VERSION }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_KEY}} --skip-duplicate }

0 commit comments

Comments
 (0)