Skip to content

Commit

Permalink
Update nuget-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Newp authored Feb 3, 2024
1 parent 8b2bed9 commit a3934cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Publish to NuGet
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: ./src/Npgg.Configuration/Npgg.Configuration.csproj
PROJECT_FILE_PATH: ./Npgg.Configuration/Npgg.Configuration.csproj
VERSION_REGEX: '^\s*<Version>(.*)<\/Version>\s*$'
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit a3934cc

Please sign in to comment.