Skip to content

Commit 55c6097

Browse files
committed
chore: fix typo in release-please workflow
1 parent df0065b commit 55c6097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ steps.release.outputs.release_created }}
3030
- name: Install dependencies
3131
run: npm ci
32-
if: ${{ steps.release.outputs.releases_created }}
32+
if: ${{ steps.release.outputs.release_created }}
3333
- run: npm publish
3434
if: ${{ steps.release.outputs.release_created }}
3535
env:

0 commit comments

Comments
 (0)