Skip to content

Commit

Permalink
Push temporary packages to feedz.io (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Jul 27, 2023
1 parent a888667 commit fa4f07b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,14 @@ jobs:
}
else
{
Write-Host "Not on the default branch => Do not push"
& dotnet nuget push "$($file.FullName)" --api-key "$env:FeedzApiKey" --source https://f.feedz.io/meziantou/meziantou-analyzer/nuget/index.json --force-english-output --skip-duplicate
}
}
name: Publish NuGet packages
if: always()
env:
NuGetApiKey: ${{ secrets.NuGetApiKey }}
NuGetApiKey: ${{ secrets.NUGETAPIKEY }}
FeedzApiKey: ${{ secrets.FEEDZ_APIKEY }}
create_release:
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit fa4f07b

Please sign in to comment.