diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca664a6..4ab03a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,4 +30,5 @@ jobs: GH_TOKEN: ${{ secrets.CI_TOKEN }} - name: log Next Version run: | - echo git describe --tags --abbrev=0 + echo $NEXT_VERSION + echo `git describe --tags --abbrev=0`