File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,9 @@ jobs:
125125 - name : Grant execute permission for gradlew
126126 run : chmod +x gradlew
127127
128- - name : Build JAR with Gradle
129- run : ./gradlew build
128+ - name : Publish package
129+ run : ./gradlew publish
130130 env :
131- GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
132131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
133132
134133 - name : Add Artifact
@@ -149,14 +148,4 @@ jobs:
149148 with :
150149 name : out
151150 path : changelog
152- - run : cat changelog/CHANGELOG.md
153-
154- publishMaven :
155- name : Maven Release (GH Packages)
156- runs-on : ubuntu-20.04
157- needs : [changelog, vars, jar]
158- steps :
159- - name : Publish package
160- run : ./gradlew publish
161- env :
162- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
151+ - run : cat changelog/CHANGELOG.md
You can’t perform that action at this time.
0 commit comments