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 c5abbc8 commit c04b158Copy full SHA for c04b158
.github/workflows/maven.yml
@@ -6,26 +6,21 @@ on:
6
branches:
7
- "master"
8
9
-jobs:
10
- build:
11
-
12
- runs-on: ubuntu-latest
13
14
- steps:
15
- - uses: actions/checkout@v2
16
- - name: Set up JDK 1.8
17
- uses: actions/setup-java@v2
18
- with:
19
- java-version: '8'
20
- distribution: 'adopt'
21
- - name: Build with Maven
22
- run: mvn -B package --file pom.xml
23
+jobs:
24
pre-release:
25
name: "Pre Release"
26
runs-on: "ubuntu-latest"
27
28
steps:
+ - uses: actions/checkout@v2
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v2
+ with:
+ java-version: '8'
+ distribution: 'adopt'
+ - name: Build with Maven
+ run: mvn -B package --file pom.xml
+
29
# ...
30
- name: "Build & test"
31
run: |
0 commit comments