From 8a2c5851091c9b63aef3db1508070e089f127263 Mon Sep 17 00:00:00 2001 From: Bruno Paz Date: Wed, 2 Oct 2019 21:51:32 +0100 Subject: [PATCH] ci: fix job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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