File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 repository : ${{ inputs.repository }}
139139 ref : ${{ inputs.ref }}
140140 plugin-directory : ${{ inputs.plugin-directory }}
141- fetch-depth : 0
141+ fetch-depth : 50
142142 - name : Set version information
143143 id : version
144144 run : |
@@ -165,6 +165,9 @@ jobs:
165165 run : |
166166 set -ex
167167 cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+ ls ../..
169+ ls ../../core
170+ ls ../../core/tools
168171 ls ../../core/tools/checkstyle
169172 mvn --file ../../core/pom.xml package install -DskipTests
170173 mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 repository : ${{ inputs.repository }}
139139 ref : ${{ inputs.ref }}
140140 plugin-directory : ${{ inputs.plugin-directory }}
141- fetch-depth : 0
141+ fetch-depth : 50
142142 - name : Set version information
143143 id : version
144144 run : |
@@ -165,6 +165,9 @@ jobs:
165165 run : |
166166 set -ex
167167 cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+ ls ../..
169+ ls ../../core
170+ ls ../../core/tools
168171 ls ../../core/tools/checkstyle
169172 mvn --file ../../core/pom.xml package install -DskipTests
170173 mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
You can’t perform that action at this time.
0 commit comments