Skip to content

Commit 995e9f3

Browse files
committed
Release = true for publish
1 parent a5edea2 commit 995e9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-serde-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
3333
3434
- name: Publish to Maven Central
35-
# TODO fix me next publish, I'm broken :(
3635
run: |
37-
./gradlew :serde-api:publish
36+
./gradlew :serde-api:publish \
37+
-Prelease=true \

0 commit comments

Comments
 (0)