Skip to content

Commit

Permalink
disable nuget on lnbolt
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafier committed Sep 23, 2024
1 parent 900a9ca commit 91e13e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
dotnet pack /p:Version=$GITHUB_REF_NAME --configuration Release
package=$(ls bin/Release/LNUnit.LND.*.nupkg)
dotnet nuget push $package --api-key ${{ secrets.NUGET }} --source https://api.nuget.org/v3/index.json --skip-duplicate
- name: Pack and Push NuGet Package LNBolt
run: |
cd LNBolt
dotnet pack /p:Version=$GITHUB_REF_NAME --configuration Release
package=$(ls bin/Release/LNBolt.*.nupkg)
dotnet nuget push $package --api-key ${{ secrets.NUGET }} --source https://api.nuget.org/v3/index.json --skip-duplicate
# - name: Pack and Push NuGet Package LNBolt
# run: |
# cd LNBolt
# dotnet pack /p:Version=$GITHUB_REF_NAME --configuration Release
# package=$(ls bin/Release/LNBolt.*.nupkg)
# dotnet nuget push $package --api-key ${{ secrets.NUGET }} --source https://api.nuget.org/v3/index.json --skip-duplicate
#
#

0 comments on commit 91e13e9

Please sign in to comment.