diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 247f08b..3d0eb3c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,3 +50,4 @@ jobs: TAG_COMMIT: true # Flag to enable / disable git tagging TAG_FORMAT: v* # Format of the git tag, [*] gets replaced with version NUGET_KEY: ${{secrets.NUGET_API_KEY}} # nuget.org API key + continue-on-error: true diff --git a/src/Mehedi.Hangfire.Extensions/MediatrHangfireBridge.cs b/src/Mehedi.Hangfire.Extensions/MediatrHangfireBridge.cs index 7578379..52989a9 100644 --- a/src/Mehedi.Hangfire.Extensions/MediatrHangfireBridge.cs +++ b/src/Mehedi.Hangfire.Extensions/MediatrHangfireBridge.cs @@ -5,6 +5,7 @@ namespace Mehedi.Hangfire.Extensions; /// /// Initializes a new instance of the class. +/// /// Source: https://gist.github.com/dcomartin/8ddbd86a7df893cfcef38b6fa06dd8ea#file-mediatorhangfirebridge-cs /// /// An instance of to send commands. diff --git a/src/Mehedi.Hangfire.Extensions/Mehedi.Hangfire.Extensions.csproj b/src/Mehedi.Hangfire.Extensions/Mehedi.Hangfire.Extensions.csproj index 62ae4cb..2c1178e 100644 --- a/src/Mehedi.Hangfire.Extensions/Mehedi.Hangfire.Extensions.csproj +++ b/src/Mehedi.Hangfire.Extensions/Mehedi.Hangfire.Extensions.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.0.2 + 1.0.10 Md Mehedi Hasan README.md https://github.com/rabbicse/mehedi.hangfire.extensions