diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 56fc99e173..eeb949ced9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,4 +1,5 @@ --- + name: CI/CD on: # yamllint disable-line rule:truthy @@ -1485,4 +1486,5 @@ jobs: replacesArtifacts: false tag: ${{ needs.pre-setup.outputs.git-tag }} token: ${{ secrets.GITHUB_TOKEN }} + ...