File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
env :
50
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
51
OSS_SONATYPE_TOKEN : ${{ secrets.OSS_SONATYPE_TOKEN }}
52
- run : mvn -B -pl server -jetty clean deploy --file pom.xml -s settings-template.xml
52
+ run : mvn -B -pl studio -jetty clean deploy --file pom.xml -s settings-template.xml
Original file line number Diff line number Diff line change 39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
OSS_SONATYPE_TOKEN : ${{ secrets.OSS_SONATYPE_TOKEN }}
42
- run : mvn -B -Prelease -pl server -jetty source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
42
+ run : mvn -B -Prelease -pl studio -jetty source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments