File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
run : sbt "project nativeServer; assembly; GraalVMNativeImage / packageBin; Docker / publishLocal"
106
106
107
107
publish-jar :
108
- needs : [ci-2-12, ci-2-13, ci-docker]
108
+ # needs: [ci-2-12, ci-2-13, ci-docker]
109
109
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
110
110
runs-on : ubuntu-20.04
111
111
steps :
@@ -136,7 +136,7 @@ jobs:
136
136
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
137
137
138
138
- name : Upload to S3
139
- run : sbt "server / s3Upload"
139
+ run : sbt "project server; assembly; s3Upload"
140
140
env :
141
141
S3_USER : ${{ secrets.S3_USER }}
142
142
S3_PASSWORD : ${{ secrets.S3_PASSWORD }}
@@ -160,7 +160,7 @@ jobs:
160
160
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
161
161
162
162
publish-docker :
163
- needs : [ci-2-12, ci-2-13, ci-docker]
163
+ # needs: [ci-2-12, ci-2-13, ci-docker]
164
164
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
165
165
runs-on : ubuntu-20.04
166
166
steps :
You can’t perform that action at this time.
0 commit comments