diff --git a/.github/workflows/gradle-custom-plugin-release.yml b/.github/workflows/gradle-custom-plugin-release.yml index 65e362d..8ae9f5d 100644 --- a/.github/workflows/gradle-custom-plugin-release.yml +++ b/.github/workflows/gradle-custom-plugin-release.yml @@ -31,7 +31,7 @@ jobs: cd ${{ github.workspace }} - ls ${{ github.workspace }} + echo "ls $(ls ${{ github.workspace }})" # I have determined that there is no need to include metadata in the tagging information temp_major=`node -p "const p = require('${{ github.workspace }}/version.json'); p.major;"`