We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f07465 commit a973c02Copy full SHA for a973c02
2 files changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
${{ runner.os }}-maven-
58
59
- name: Maven verify and sonar
60
- run: mvn verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Maven deploy release
54
- run: mvn deploy -Prelease
+ run: mvn clean deploy -Prelease
55
56
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments