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 5959 if : ${{ env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!='' }}
6060 run : mvn --batch-mode -Darguments="-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}" -DsignTag=true -DtagNameFormat="${{ github.event.inputs.releaseVersion }}" -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} release:prepare release:perform --file pom.xml
6161 - name : Release on GitHub
62- uses : softprops/action-gh-release@v1
62+ uses : softprops/action-gh-release@v2
6363 with :
6464 name : ${{ github.event.inputs.releaseVersion }}
6565 tag_name : ${{ github.event.inputs.releaseVersion }}
Original file line number Diff line number Diff line change 174174 <dependency >
175175 <groupId >org.openidentityplatform.opendj</groupId >
176176 <artifactId >opendj-parent</artifactId >
177- <version >4.6.3-SNAPSHOT </version >
177+ <version >4.6.3</version >
178178 <type >pom</type >
179179 <scope >import</scope >
180180 </dependency >
You can’t perform that action at this time.
0 commit comments