diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index b35562b1..4ca48cfc 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -64,5 +64,5 @@ jobs: - name: Pack WalletFramework run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION --no-build --output . -# - name: Publish -# run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} + - name: Publish + run: nuget push **\WalletFramework.*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}