We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5edea2 commit 995e9f3Copy full SHA for 995e9f3
.github/workflows/release-serde-api.yml
@@ -32,6 +32,6 @@ 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
- ./gradlew :serde-api:publish
+ ./gradlew :serde-api:publish \
+ -Prelease=true \
0 commit comments