We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f8e5 commit b343361Copy full SHA for b343361
.github/workflows/maven.yml
@@ -53,6 +53,9 @@ jobs:
53
run: |
54
echo "RELEASE_VERSION=$(mvn help:evaluate -Dproject.version=next.version -Dexpression=next.version -q -DforceStdout)" >> $GITHUB_ENV
55
56
+ - name: Build with RELEASE150
57
+ run: mvn -B clean install deploy -Dnetbeans.release.version=RELEASE150 -Dnext.version=RELEASE150-${{ env.RELEASE_VERSION }}
58
+
59
- name: Create Release
60
uses: actions/create-release@v1
61
id: create_release
@@ -65,9 +68,6 @@ jobs:
65
68
env:
66
69
GITHUB_TOKEN: ${{ github.token }}
67
70
- - name: Build with RELEASE150
- run: mvn -B clean install deploy -Dnetbeans.release.version=RELEASE150 -Dnext.version=RELEASE150-${{ env.RELEASE_VERSION }}
-
71
- name: Attach RELEASE150 NBM
72
uses: actions/upload-release-asset@v1
73
with:
0 commit comments