This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ jobs:
36
36
uses : gradle/wrapper-validation-action@v1
37
37
38
38
- name : Build with Gradle
39
- run : ./gradlew check
39
+ run : ./gradlew build
40
40
working-directory : ./api-editor
41
41
42
42
- name : Install dependencies
43
43
run : npm ci
44
44
45
45
- name : Release
46
+ run : npx semantic-release
46
47
env :
47
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
- run : npx semantic-release
49
49
50
50
51
51
build-package-parser :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ tasks.withType<KotlinCompile> {
28
28
}
29
29
30
30
tasks.withType<ShadowJar > {
31
- archiveFileName.set(" ${project.group} - ${project.name} -all .jar" )
31
+ archiveFileName.set(" api-editor-shadow .jar" )
32
32
}
33
33
34
34
// Dependencies --------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
{
9
9
assets : [
10
10
{
11
- path : 'api-editor/backend/build/libs/*-all .jar' ,
11
+ path : 'api-editor/backend/build/libs/api-editor-shadow .jar' ,
12
12
name : 'api-editor-${nextRelease.gitTag}.jar' ,
13
13
label : 'API-Editor (${nextRelease.gitTag})' ,
14
14
} ,
You can’t perform that action at this time.
0 commit comments