diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index d2ea4ce..577b638 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -28,6 +28,7 @@ jobs: - name: Get current version run: | VERSION=$(git describe --abbrev=0 --tags) + echo $VERSION - name: Increment version run: |