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 4c5b199 commit 7116344Copy full SHA for 7116344
.github/workflows/release.yml
@@ -5,7 +5,7 @@ name: Stage release to Maven Central
5
6
on:
7
push:
8
- branches: [ release-0.x ]
+ branches: [ release ]
9
10
jobs:
11
release:
pom.xml
@@ -430,6 +430,7 @@
430
<configuration>
431
<publishingServerId>central</publishingServerId>
432
<autoPublish>true</autoPublish>
433
+ <deploymentName>R2DBC Postgresql ${project.version}</deploymentName>
434
</configuration>
435
</plugin>
436
</plugins>
0 commit comments