We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e8b6b commit 0904359Copy full SHA for 0904359
1 file changed
.github/workflows/do-release.yml
@@ -40,6 +40,8 @@ jobs:
40
FULL_VERSION="JSignPdf-$VERSION"
41
NEXT_VERSION=${{ github.event.inputs.next-snapshot-version }}-SNAPSHOT
42
TAG=JSignPdf_${VERSION//\./_}
43
+ set -x
44
+ mvn clean install
45
mvn -P release --batch-mode "-Dtag=${TAG}" release:prepare \
46
"-DreleaseVersion=${VERSION}" \
47
"-DdevelopmentVersion=${NEXT_VERSION}"
0 commit comments