diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 3bb52cd..b570087 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -78,6 +78,9 @@ jobs: runs-on: ubuntu-latest needs: build if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release/') + defaults: + run: + working-directory: . steps: - name: Set up .NET diff --git a/dotnet/CM.Email.WebhookVerification/CHANGELOG.md b/dotnet/CM.Email.WebhookVerification/CHANGELOG.md index 39da563..971073b 100644 --- a/dotnet/CM.Email.WebhookVerification/CHANGELOG.md +++ b/dotnet/CM.Email.WebhookVerification/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to CM.Email.WebhookVerification will be documented in this file. -[1.0.0] - 2026-03-08 +[1.0.0] - 2026-03-07 ### Added