File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2727 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2828 - name : Set the revision property
29- run : mvn versions:set-property -Dproperty=revision "-DnewVersion== ${{ github.event.inputs.releaseversion }}" -DgenerateBackupPoms=false
29+ run : mvn versions:set-property -Dproperty=revision "-DnewVersion=${{ github.event.inputs.releaseversion }}" -DgenerateBackupPoms=false
3030 - name : Build with Maven
3131 run : mvn -B deploy --file pom.xml -Pdeploy
3232 env :
4040 run : |
4141 gh release create "$tag" \
4242 --repo="$GITHUB_REPOSITORY" \
43- --title="${tag#v}" \
44- --generate-notes
43+ --title="v${tag#v}" \
44+ --generate-notes \
45+ --target "$GITHUB_SHA"
You can’t perform that action at this time.
0 commit comments