We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0065b commit 55c6097Copy full SHA for 55c6097
.github/workflows/release-please.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ steps.release.outputs.release_created }}
30
- name: Install dependencies
31
run: npm ci
32
- if: ${{ steps.release.outputs.releases_created }}
+ if: ${{ steps.release.outputs.release_created }}
33
- run: npm publish
34
35
env:
0 commit comments