diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f020707b..a01e6d5dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: path: cypress/videos - name: Check Tag id: check_tag + if: always() run: | if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo ::set-output name=match::true