Skip to content

Commit 83c7295

Browse files
committed
Skip GPG signing in test build
1 parent 9ccd676 commit 83c7295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
3636
mvn versions:commit
3737
- name: Run tests and build
38-
run: mvn -B clean install
38+
run: mvn -B clean install -Dgpg.skip=true
3939
- name: Publish to OSSRH
4040
run: mvn -B clean deploy -DskipTests
4141
env:

0 commit comments

Comments
 (0)