diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d459a3b..a0cc598 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' name: Release runs-on: ubuntu-latest - needs: integraiton + needs: integration steps: - uses: actions/checkout@v1 - name: Semantic Release