File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444        run : | 
4545          echo "RELEASE_VERSION=$(echo '${{ github.event.release.tag_name }}' | sed -e s/^v//)" >> $GITHUB_ENV 
4646name : build publish 
47-         run : ./gradlew clean build publish closeAndReleaseStagingRepository  --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}" 
47+         run : ./gradlew clean build publish closeAndReleaseStagingRepositories  --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}" 
4848        env :
4949          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
5050          ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_SIGNING_KEY }} 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88  id(" com.github.ben-manes.versions" " 0.51.0" 
99  id(" net.ossindex.audit" " 0.4.11" 
1010  id(" io.freefair.maven-central.validate-poms" " 8.6" 
11-   id(" io.github.gradle-nexus.publish-plugin" " 1.3 .0" 
11+   id(" io.github.gradle-nexus.publish-plugin" " 2.0 .0" 
1212  id(" org.jetbrains.kotlin.jvm" " 1.9.24" false 
1313  id(" com.google.devtools.ksp" " 1.9.24-1.0.20" false 
1414  id(" org.openapi.generator" " 7.6.0" false 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments