Skip to content

Commit 9a91a2d

Browse files
authored
Merge pull request #205 from polywrap/dev
prep 0.1.0a33 | /workflows/cd
2 parents daeacb8 + 3f7a289 commit 9a91a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: |
1212
github.event.pull_request.user.login == 'github-actions[bot]' &&
13-
startsWith(github.event.pull_request.title, '[CD]') &&
13+
startsWith(github.event.pull_request.title, 'Python client CD') &&
1414
github.event.pull_request.merged == true
1515
steps:
1616
- name: Checkout

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a32
1+
0.1.0a33

0 commit comments

Comments
 (0)