Skip to content

Commit cb27a3e

Browse files
authored
Snapshot (#158)
* add GPG * add GPG
1 parent 7ab5cba commit cb27a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
- name: deploy
4040
run: |
4141
mvn --no-transfer-progress \
42-
-DskipTests deploy
42+
-DskipTests -Dgpg.skip=true deploy
4343
env:
4444
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
4545
CENTRAL_TOKEN: ${{ secrets.CENTRAL_TOKEN }}
46+
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSH_GPG_SECRET_KEY_PASSWORD }}
47+
4648
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4749

0 commit comments

Comments
 (0)