Skip to content

Commit afc2abc

Browse files
authored
Merge pull request #18 from cmdotcom/publish-dotnet-sdk
python publish run 2
2 parents 21f0835 + ee86966 commit afc2abc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
runs-on: ubuntu-latest
7676
needs: build
7777
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release/')
78+
defaults:
79+
run:
80+
working-directory: .
7881

7982
steps:
8083
- name: Set up Python

python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to cm-email-webhook-verification will be documented in this file.
44

5-
## [1.0.0] - 2026-03-08
5+
## [1.0.0] - 2026-03-09
66

77
### Added
88

0 commit comments

Comments
 (0)