From 37d44ba3e10e5cc248850a180ca872dec043b306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Wed, 4 May 2022 10:35:38 +0200 Subject: [PATCH] Fix CI doc --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 84bcae7e..c81af1f1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,6 +30,8 @@ jobs: - name: Get tag run: | echo ${{ steps.version_tag.outputs.version }} + echo ${{ steps.version_tag.outputs.major }} + echo ${{ steps.version_tag.outputs.minor }} echo ${{ github.ref_name }} - name: Deploy run: |