Skip to content

Commit 69b0ecd

Browse files
tristantarrantkaresti
authored andcommitted
[#578] Publish to Sonatype Central
* Set deployment name
1 parent 048d1b9 commit 69b0ecd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
5555
- name: Tag Release
5656
run: |
57-
git commit -a -m "Releasing ${{ github.event.inputs.version }}"
57+
git commit --no-verify -a -m "Releasing ${{ github.event.inputs.version }}"
5858
git tag ${{ github.event.inputs.version }}
5959
6060
- name: Next Version
6161
run: |
6262
./mvnw -B versions:set -DnewVersion=${{ github.event.inputs.nextVersion }} -DprocessAllModules=true
6363
./mvnw -B versions:set-property -Dproperty=version.infinispan -DnewVersion=${{ github.event.inputs.nextVersion }}
64-
git commit -a -m "Next version ${{ github.event.inputs.nextVersion }}"
64+
git commit --no-verify -a -m "Next version ${{ github.event.inputs.nextVersion }}"
6565
6666
- name: Push changes
6767
uses: ad-m/github-push-action@master

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
<extensions>true</extensions>
191191
<configuration>
192192
<autoPublish>true</autoPublish>
193+
<deploymentName>Infinispan Console ${project.version}</deploymentName>
193194
<publishingServerId>central</publishingServerId>
194195
</configuration>
195196
</plugin>

0 commit comments

Comments
 (0)