Skip to content

Commit

Permalink
GithubCI: publish package on nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
webwarrior-ws committed Apr 1, 2024
1 parent d7e00f5 commit c7cafe0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
--property:IncludeContentInPack=false \
--property:TargetFrameworks=netstandard2.0 \
--property:Version=$VERSION
# disabled for now, comes from https://github.com/Mersho/Nethereum/commits/NethMetapackage
# - name: Push
# run: |
# cd dist
# dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
- name: Push
run: |
cd dist
dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit c7cafe0

Please sign in to comment.