Skip to content

Commit 475c2eb

Browse files
committed
Polish
1 parent fdc9bc5 commit 475c2eb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
114114

115-
snapshot:
115+
publish-snapshot:
116116

117117
name: Publish Snapshot
118118
needs: [java, javadoc]

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ env:
77
MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always -Djacoco.skip=true
88

99
jobs:
10-
release:
1110

12-
name: Release to Maven Central
11+
publish-release:
12+
13+
name: Publish Release
1314
runs-on: ubuntu-latest
1415

1516
steps:

0 commit comments

Comments
 (0)