From 24be92cd0a76ef2d4334459d37c60870c4703e81 Mon Sep 17 00:00:00 2001 From: wusubsin Date: Sun, 29 Oct 2023 00:51:20 +0900 Subject: [PATCH] temp --- .github/workflows/gradle-custom-plugin-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"`