Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed Jan 21, 2025
2 parents 53b28c0 + c1e978b commit b570ee0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
run: dir ${{ github.workspace }}\dx-cli\nupkgs

- name: Publish to NuGet.org
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key "$NUGET_API_KEY"
run: dotnet nuget push ${{ github.workspace }}\dx-cli\nupkgs\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit b570ee0

Please sign in to comment.