Skip to content

Commit 7116344

Browse files
committed
Refine releases.
[#686]
1 parent 4c5b199 commit 7116344

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Stage release to Maven Central
55

66
on:
77
push:
8-
branches: [ release-0.x ]
8+
branches: [ release ]
99

1010
jobs:
1111
release:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
<configuration>
431431
<publishingServerId>central</publishingServerId>
432432
<autoPublish>true</autoPublish>
433+
<deploymentName>R2DBC Postgresql ${project.version}</deploymentName>
433434
</configuration>
434435
</plugin>
435436
</plugins>

0 commit comments

Comments
 (0)