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