From 45706d9d25cd5e524117cb1470a073b95ecd897d Mon Sep 17 00:00:00 2001 From: KaseyCantu Date: Wed, 4 Aug 2021 17:53:36 -0500 Subject: [PATCH] fix CD --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 50c07d8..bf85a34 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -17,7 +17,7 @@ jobs: # Checkout code if release was created - uses: actions/checkout@v2 - if: ${{ setps.release.outputs.release_created }} + if: ${{ steps.release.outputs.release_created }} # Setup Python if release was created - name: Install Python