diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index eb3b69b..11c4147 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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>\s*$' + VERSION_REGEX: '^\s*(.*)<\/Version>\s*$' TAG_FORMAT: '*' NUGET_KEY: ${{secrets.NUGET_API_KEY}}