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 8da034c commit f4ce186Copy full SHA for f4ce186
.github/workflows/release.yaml
@@ -6,23 +6,8 @@ on:
6
- main
7
8
jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
-
12
- steps:
13
- - uses: actions/checkout@v2
14
- - name: Set up JDK 11
15
- uses: actions/setup-java@v2
16
- with:
17
- java-version: "11"
18
- distribution: "adopt"
19
- - run: gradle build
20
- - run: gradle test
21
22
release:
23
runs-on: ubuntu-latest
24
- needs:
25
- - build
26
outputs:
27
# Whether a new release was published (true or false)
28
new_release_published: ${{ steps.semantic.outputs.new_release_published }}
@@ -46,7 +31,7 @@ jobs:
46
31
with:
47
32
java-version: "11"
48
33
distribution: "adopt"
49
34
+ - run: gradle build test
50
35
- uses: cycjimmy/semantic-release-action@v2
51
36
id: semantic
52
37
0 commit comments