Skip to content

Commit 30e0e7d

Browse files
committed
[chore] Activate the release profile to not discover issues when releasing
But disable GPG
1 parent abf9ed6 commit 30e0e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'adopt'
2424
java-version: 8
2525
- name: Build with Maven
26-
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage
26+
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage,cloudbees-oss-release -Dgpg.skip=true
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
ZENDESK_JAVA_CLIENT_TEST_URL: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_URL }}

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
distribution: 'adopt'
2424
java-version: 8
2525
- name: Build with Maven
26-
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage
26+
run: mvn --show-version --no-transfer-progress verify --file pom.xml -Pcoverage,cloudbees-oss-release -Dgpg.skip=true
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)