diff --git a/.github/workflows/publish_npm.yaml b/.github/workflows/publish_npm.yaml index 81013c7..45eb808 100644 --- a/.github/workflows/publish_npm.yaml +++ b/.github/workflows/publish_npm.yaml @@ -19,7 +19,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: git describe --tags `git rev-list --tags --max-count=1` + - run: git -h - name: Get version id: get_version run: echo "VERSION=$( git describe --tags `git rev-list --tags --max-count=1` )" >> $GITHUB_OUTPUT