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 b93ef6d + 9d808b7 commit fec7899Copy full SHA for fec7899
.github/workflows/pull_request_check.yml
@@ -16,4 +16,4 @@ jobs:
16
distribution: 'temurin'
17
java-version: '17'
18
- name: Run tests
19
- run: mvn -B clean install
+ run: mvn -B clean install -Dgpg.skip=true
.github/workflows/release-workflow.yml
@@ -67,7 +67,7 @@ jobs:
67
git push origin ${{ env.release_branch_name }}
68
fi
69
- name: Run tests and build
70
71
72
# release-build
73
- name: Create GitHub release
pom.xml
@@ -616,7 +616,7 @@
616
<executions>
617
<execution>
618
<id>sign-artifacts</id>
619
- <phase>deploy</phase>
+ <phase>verify</phase>
620
<goals>
621
<goal>sign</goal>
622
</goals>
0 commit comments