File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - name : Run Pack for Common
4242 run : dotnet pack PowerSync/PowerSync.Common -c Release -o ${{ github.workspace }}/output
4343
44- - name : Run Push for Common
45- continue-on-error : true
46- run : dotnet nuget push ${{ github.workspace }}/output/PowerSync.Common*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
44+ # - name: Run Push for Common
45+ # continue-on-error: true
46+ # run: dotnet nuget push ${{ github.workspace }}/output/PowerSync.Common*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
4747
4848 - name : Extract MAUI Package Version from CHANGELOG.md
4949 id : extract_maui_version
6060 - name : Run Pack For MAUI
6161 run : dotnet pack PowerSync/PowerSync.Maui -c Release -o ${{ github.workspace }}/output
6262
63- - name : Run Push For MAUI
64- continue-on-error : true
65- run : dotnet nuget push ${{ github.workspace }}/output/PowerSync.Maui*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
63+ # - name: Run Push For MAUI
64+ # continue-on-error: true
65+ # run: dotnet nuget push ${{ github.workspace }}/output/PowerSync.Maui*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
6666
6767 - name : Generate Release Notes
6868 shell : bash
You can’t perform that action at this time.
0 commit comments