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.
1 parent 1b9f981 commit 6545d7bCopy full SHA for 6545d7b
.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
0 commit comments