Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 420bd70

Browse files
committed
chore: Tighten release created check
1 parent 854b8d5 commit 420bd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-type: node
1414
package-name: release-please-action
1515
- uses: actions/checkout@v2
16-
if: ${{ steps.release.outputs.pr }}
16+
if: ${{ steps.release.outputs.release_created }}
1717
- uses: actions/setup-node@v1
1818
if: ${{ steps.release.outputs.release_created }}
1919
with:

0 commit comments

Comments
 (0)