Skip to content

Commit 7a473c6

Browse files
committed
Update release workflow
Signed-off-by: Rafael Luis Ibasco <[email protected]>
1 parent 9c18f08 commit 7a473c6

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,6 @@ jobs:
1313
java: [ '8' ]
1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Setup Java JDK
17-
uses: actions/setup-java@v3
18-
with:
19-
distribution: 'temurin'
20-
check-latest: true
21-
java-version: ${{ matrix.java }}
22-
23-
- name: Extract branch name
24-
shell: bash
25-
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/tags/})"
26-
id: extract_branch
27-
28-
- name: Output branch name
29-
run: echo ${{ steps.extract_branch.outputs.branch }}
30-
31-
- name: Build Java Project
32-
run: mvn install -P'release' -Dchangelist= -DskipTests=true -B -V --file pom.xml
33-
34-
- name: Unit Tests
35-
run: mvn test
36-
37-
- name: Integration Tests
38-
run: mvn verify
39-
4016
- name: Set up for Sonatype
4117
uses: actions/setup-java@v3
4218
with: # running setup-java again overwrites the settings.xml

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@
413413
<!--suppress MavenModelInspection -->
414414
<skip>${skip.deploy}</skip>
415415
<deployAtEnd>true</deployAtEnd>
416-
<!--<updateReleaseInfo>true</updateReleaseInfo>-->
417416
</configuration>
418417
</plugin>
419418
<!-- Source Plugin -->

0 commit comments

Comments
 (0)