We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e0ea commit 43ba9c2Copy full SHA for 43ba9c2
.github/workflows/dev-packages.yml
@@ -36,6 +36,7 @@ jobs:
36
run: dotnet pack PowerSync/PowerSync.Common -c Release -o ${{ github.workspace }}/output
37
38
- name: Run Push For Common
39
+ continue-on-error: true
40
run: dotnet nuget push ${{ github.workspace }}\output\PowerSync.Common*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
41
42
- name: Extract MAUI Package Version from CHANGELOG.md
@@ -50,4 +51,5 @@ jobs:
50
51
run: dotnet pack PowerSync/PowerSync.Maui -c Release -o ${{ github.workspace }}/output
52
53
- name: Run Push For MAUI
54
55
run: dotnet nuget push ${{ github.workspace }}\output\PowerSync.Maui*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments