ci: Fix setting tags on Cypress run

This commit is contained in:
Shrikant Sharat Kandula 2024-07-02 08:22:49 +05:30 committed by GitHub
parent 55b6e6d8d8
commit c7088e734e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
run:
shell: bash
outputs:
tags: ${{ steps.checkAll.outputs.tags }}
tags: ${{ steps.parseTags.outputs.tags }}
matrix: ${{ steps.checkAll.outputs.matrix }}
steps: