From bba7adab59d0773701c917bd563aab324fb5e6c1 Mon Sep 17 00:00:00 2001 From: Michele-Alberti <62114934+Michele-Alberti@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:24:42 +0100 Subject: [PATCH] ci(ci_cd.yaml): fix error in job name --- .github/workflows/ci_cd.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yaml b/.github/workflows/ci_cd.yaml index 1de303c..610edc9 100644 --- a/.github/workflows/ci_cd.yaml +++ b/.github/workflows/ci_cd.yaml @@ -62,9 +62,7 @@ jobs: # Then release to github github-release: - name: >- - 🛫 Release 📦 on GitHub - and upload them to GitHub Release + name: 🛫 Release 📦 on GitHub needs: - publish-to-pypi runs-on: ubuntu-latest