We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616ee1 commit fc9904cCopy full SHA for fc9904c
.github/workflows/cd.yml
@@ -7,7 +7,7 @@ on:
7
types: [closed]
8
9
jobs:
10
- if: ${{ github.event.pull_request.merged }}
+ if: github.event.pull_request.merged == true
11
publish-npm:
12
runs-on: ubuntu-latest
13
steps:
0 commit comments