Skip to content

Commit de3d0ec

Browse files
committed
Try to solve GH action issues...
1 parent 3b8b36c commit de3d0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
4646
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4747
- name: Build
48-
run: ./mvnw -B -ff -ntp verify
48+
run: ./mvnw -B -ff -ntp clean verify
4949
- name: Extract project Maven version
5050
id: projectVersion
5151
run: echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)

0 commit comments

Comments
 (0)