File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments