We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df03852 commit 3f05991Copy full SHA for 3f05991
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
distribution: 'temurin'
20
21
- name: Build with Maven
22
- run: mvn -f toxic-library-remover/pom.xml clean install
+ run: mvn clean verify
23
24
- name: Get project version
25
id: get_version
0 commit comments