Skip to content

Commit 55cbc0b

Browse files
committed
ci: Fix release-please workflow
1 parent 143fcb4 commit 55cbc0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
release-type: node
1919
package-name: "@wistudent/jest-each-improved-types"
2020

21+
- if: ${{ steps.release-please.outputs.release_created }}
22+
uses: actions/checkout@v3
23+
2124
- if: ${{ steps.release-please.outputs.release_created }}
2225
uses: actions/setup-node@v3
2326
with:

0 commit comments

Comments
 (0)