We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2187993 commit 1af1f07Copy full SHA for 1af1f07
.github/workflows/release-serde-api.yml
@@ -32,6 +32,7 @@ jobs:
32
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
33
34
- name: Publish to Maven Central
35
+ # TODO fix me next publish, I'm broken :(
36
run: |
37
mvn source:jar javadoc:jar package gpg:sign \
38
-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
0 commit comments