Skip to content

Commit ec0a3f9

Browse files
committed
comment out nuget release for testing
1 parent ba34993 commit ec0a3f9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
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
@@ -60,9 +60,9 @@ jobs:
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

0 commit comments

Comments
 (0)