Skip to content

Commit 215852b

Browse files
committed
Merge branch 'DBTOOLS-2028_update_action' into 'master'
DBTOOLS-2028 updated action See merge request codekeeper/pgcodekeeper-cli!41
2 parents 3f30cf0 + a01d07d commit 215852b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: '17'
2121

2222
- name: build
23-
run: mvn -B clean package -DskipTests
23+
run: mvn -B -ntp clean package -DskipTests
2424

2525
- name: set version
2626
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/} | cut -c 2-)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)