Skip to content

Commit

Permalink
Send to nuget org
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsales committed Sep 28, 2024
1 parent 7a3ea27 commit 341dadc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
dotnet pack ./src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj -c Release -o .output-client
# - name: Publish Client
# env:
# API_KEY: ${{ secrets.NUGET_API_KEY_CLIENT }}
# run: |
# dotnet nuget push output-client/*.nupkg --api-key $API_KEY --source -s https://api.nuget.org/v3/index.json --skip-duplicate
- name: Publish Client
env:
API_KEY: ${{ secrets.NUGET_API_KEY_CLIENT }}
run: |
dotnet nuget push output-client/*.nupkg --api-key $API_KEY --source -s https://api.nuget.org/v3/index.json --skip-duplicate
# end project ssync client

Expand All @@ -67,11 +67,11 @@ jobs:
dotnet pack ./src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj -c Release -o .output-server
# - name: Publish Server
# env:
# API_KEY: ${{ secrets.NUGET_API_KEY_SERVER }}
# run: |
# dotnet nuget push output-server/*.nupkg --api-key $API_KEY --source -s https://api.nuget.org/v3/index.json --skip-duplicate
- name: Publish Server
env:
API_KEY: ${{ secrets.NUGET_API_KEY_SERVER }}
run: |
dotnet nuget push output-server/*.nupkg --api-key $API_KEY --source -s https://api.nuget.org/v3/index.json --skip-duplicate
# end project ssync server

0 comments on commit 341dadc

Please sign in to comment.