Skip to content

Commit

Permalink
Enable push step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitii committed Feb 6, 2022
1 parent 5c7bee4 commit dc7ba32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
files: "./nuget/*.nupkg"
body_path: "./RELEASE-NOTES.txt"
#- name: Push packages to Nuget registry
# run: dotnet nuget push $(Get-ChildItem -Path ./nuget -Filter "*.nupkg").FullName --source "https://api.nuget.org/v3/index.json" --api-key "$env:NUGET_API_KEY" --skip-duplicate --no-symbols 1
# env:
# NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
- name: Push packages to Nuget registry
run: dotnet nuget push $(Get-ChildItem -Path ./nuget -Filter "*.nupkg").FullName --source "https://api.nuget.org/v3/index.json" --api-key "$env:NUGET_API_KEY" --skip-duplicate --no-symbols 1
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit dc7ba32

Please sign in to comment.