Skip to content

Commit 59160d1

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: maven publish take 2
1 parent b0cea18 commit 59160d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# gpg-passphrase: GPG_PASSPHRASE
2424
# Build and publish to a local Maven repository for testing
2525
- name: Build and Publish to Local Maven Repository
26-
run: mvn --batch-mode clean install deploy -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
26+
run: mvn --batch-mode clean install deploy -Dgpg.skip=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
2727

2828
# - name: Publish package
2929
# run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy

0 commit comments

Comments
 (0)