We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f30cf0 + a01d07d commit 215852bCopy full SHA for 215852b
1 file changed
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
java-version: '17'
21
22
- name: build
23
- run: mvn -B clean package -DskipTests
+ run: mvn -B -ntp clean package -DskipTests
24
25
- name: set version
26
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/} | cut -c 2-)" >> $GITHUB_ENV
0 commit comments