Skip to content

Commit b343361

Browse files
committed
Update deployment
1 parent e83f8e5 commit b343361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
run: |
5454
echo "RELEASE_VERSION=$(mvn help:evaluate -Dproject.version=next.version -Dexpression=next.version -q -DforceStdout)" >> $GITHUB_ENV
5555
56+
- name: Build with RELEASE150
57+
run: mvn -B clean install deploy -Dnetbeans.release.version=RELEASE150 -Dnext.version=RELEASE150-${{ env.RELEASE_VERSION }}
58+
5659
- name: Create Release
5760
uses: actions/create-release@v1
5861
id: create_release
@@ -65,9 +68,6 @@ jobs:
6568
env:
6669
GITHUB_TOKEN: ${{ github.token }}
6770

68-
- name: Build with RELEASE150
69-
run: mvn -B clean install deploy -Dnetbeans.release.version=RELEASE150 -Dnext.version=RELEASE150-${{ env.RELEASE_VERSION }}
70-
7171
- name: Attach RELEASE150 NBM
7272
uses: actions/upload-release-asset@v1
7373
with:

0 commit comments

Comments
 (0)