Skip to content

Commit 0904359

Browse files
committed
Release script
1 parent 93e8b6b commit 0904359

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/do-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
FULL_VERSION="JSignPdf-$VERSION"
4141
NEXT_VERSION=${{ github.event.inputs.next-snapshot-version }}-SNAPSHOT
4242
TAG=JSignPdf_${VERSION//\./_}
43+
set -x
44+
mvn clean install
4345
mvn -P release --batch-mode "-Dtag=${TAG}" release:prepare \
4446
"-DreleaseVersion=${VERSION}" \
4547
"-DdevelopmentVersion=${NEXT_VERSION}"

0 commit comments

Comments
 (0)