Skip to content

Commit

Permalink
Comment out v2 auto-publishing. We'll do it manually for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Nov 30, 2023
1 parent b7205e3 commit af2c57e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
name: Meadow.CLI.V2.nuget.2.0.0
path: 'main\Source\v2\Meadow.CLI\bin\Release\*.nupkg'

- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
name: Publish Meadow.CLI v2.0 Nuget publically
run: |
nuget push main\Source\v2\Meadow.CLI\bin\Release\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
#- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
# name: Publish Meadow.CLI v2.0 Nuget publically
# run: |
# nuget push main\Source\v2\Meadow.CLI\bin\Release\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}

build-vswin-2019:
runs-on: windows-2019
Expand Down

0 comments on commit af2c57e

Please sign in to comment.