We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221ebe7 commit 4ef629cCopy full SHA for 4ef629c
.github/workflows/post-cd.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: |
12
github.event.pull_request.user.login == 'github-actions[bot]' &&
13
- startsWith(github.event.pull_request.title, '[CD]')
+ startsWith(github.event.pull_request.title, '[CD]') &&
14
github.event.pull_request.merged == true
15
steps:
16
- name: Checkout
VERSION
@@ -1 +1 @@
1
-0.1.0a31
+0.1.0a32
0 commit comments