File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 gpg-passphrase : MAVEN_GPG_PASSPHRASE
3434 - name : Extract project version
3535 id : project
36- run : echo ::set-output name= version:: $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
36+ run : echo " version= $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
3737 - name : Build with Maven
3838 run : mvn -B package --file pom.xml
3939 - name : Publish to Maven central
Original file line number Diff line number Diff line change 2828 run : mvn -B package --file pom.xml
2929 - name : Extract project version
3030 id : project
31- run : echo ::set-output name= version:: $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
31+ run : echo " version= $(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
3232 - name : Publish to snapshot repo
3333 if : ${{ endsWith(steps.project.outputs.version, '-SNAPSHOT') }}
3434 run : mvn -B deploy --file pom.xml -Pgpg-sign
You can’t perform that action at this time.
0 commit comments