Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhome authored Nov 15, 2020
1 parent 9f9aa8e commit 4a2d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: Hangfire.Extensions.ApplicationInsights/Hangfire.Extensions.ApplicationInsights.csproj
VERSION_REGEX: '^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$'
VERSION_REGEX: '^\s*<Version>(.*)<\/Version>\s*$'
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 4a2d52c

Please sign in to comment.