Skip to content

Commit

Permalink
Merge pull request #4 from VAllens/develop
Browse files Browse the repository at this point in the history
Configure PACKAGE_NAME and NUGET_KEY
  • Loading branch information
VAllens authored Feb 17, 2022
2 parents 1bbf592 + ed87fd0 commit 3abc5f3
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 3abc5f3

Please sign in to comment.