Skip to content

Commit

Permalink
Configure PACKAGE_NAME and NUGET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
VAllens committed Feb 17, 2022
1 parent 1bbf592 commit ed87fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src/Obfuscation.Fody.NuGet/Obfuscation.Fody.NuGet.csproj
PACKAGE_NAME: Obfuscation.Fody
VERSION_FILE_PATH: Directory.Build.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit ed87fd0

Please sign in to comment.