diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d925d678b..d8b555a09 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,6 +20,9 @@ on: env: DOCS_FOLDER: docs DOCS_BRANCH: documentation + TAG_NAME: ${GITHUB_REF#refs/tags/} + IS_TAG_BUILD: ${{ startsWith(github.event.ref, 'refs/tags') }} + IS_MAIN_BRANCH: ${{ github.ref == 'refs/heads/main' }} jobs: changes: