File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 7676 cache-dependency-path : ' **/package-lock.json'
7777
7878 - name : Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
79- run : ./mvnw -B deploy --no-transfer-progress -P central-deploy -DskipTests
80- env :
81- MAVEN_USERNAME : ${{ secrets.OSS_SONATYPE_USERNAME }}
82- MAVEN_PASSWORD : ${{ secrets.OSS_SONATYPE_PASSWORD }}
83- MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
79+ run : ./mvnw -B deploy --no-transfer-progress -DskipTests
8480
8581 - name : Extract Maven project version for Asciidoc GitHub Pages directory naming
8682 run : echo ::set-output name=version::$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
You can’t perform that action at this time.
0 commit comments