Fix CI doc

This commit is contained in:
François Voron
2022-05-04 10:35:38 +02:00
parent b98ab0bf66
commit 37d44ba3e1

View File

@ -30,6 +30,8 @@ jobs:
- name: Get tag - name: Get tag
run: | run: |
echo ${{ steps.version_tag.outputs.version }} echo ${{ steps.version_tag.outputs.version }}
echo ${{ steps.version_tag.outputs.major }}
echo ${{ steps.version_tag.outputs.minor }}
echo ${{ github.ref_name }} echo ${{ github.ref_name }}
- name: Deploy - name: Deploy
run: | run: |