We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ceb44 commit 66b2a62Copy full SHA for 66b2a62
.github/workflows/release-please.yml
@@ -16,6 +16,10 @@ jobs:
16
release-type: node
17
package-name: react-alternating-timeline
18
19
+ - name: Checkout repo
20
+ uses: actions/checkout@v3
21
+ if: ${{ steps.release.outputs.releases_created }}
22
+
23
- name: Call for deployment
24
uses: ./.github/workflows/cd-npm.yml
25
with:
0 commit comments