Skip to content

Commit ee3b5ab

Browse files
committed
run mvn deploy step
1 parent cbe1e4b commit ee3b5ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- env:
2828
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2929
run: bash ./gen-gpg-key.sh
30-
# - run: mvn deploy -Prelease
30+
name: Generate GPG key
31+
- name: Deploy
32+
run: mvn deploy -Prelease

0 commit comments

Comments
 (0)