Skip to content

Commit 2f4c03a

Browse files
committed
Refine releases.
[#686]
1 parent 868dbde commit 2f4c03a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main, 1.0.x, 0.9.x, 0.8.x ]
8+
branches: [ main, 1.1.x, 1.0.x ]
99

1010
jobs:
1111
build:

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@
435435
<extensions>true</extensions>
436436
<configuration>
437437
<publishingServerId>central</publishingServerId>
438+
<autoPublish>true</autoPublish>
439+
<deploymentName>R2DBC Postgresql ${project.version}</deploymentName>
438440
</configuration>
439441
</plugin>
440442
</plugins>

0 commit comments

Comments
 (0)