Skip to content

Commit 66b2a62

Browse files
committed
chore: checkout before call for deployment
1 parent 51ceb44 commit 66b2a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
release-type: node
1717
package-name: react-alternating-timeline
1818

19+
- name: Checkout repo
20+
uses: actions/checkout@v3
21+
if: ${{ steps.release.outputs.releases_created }}
22+
1923
- name: Call for deployment
2024
uses: ./.github/workflows/cd-npm.yml
2125
with:

0 commit comments

Comments
 (0)