File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# This workflow will build a Java project with Maven
22# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33
4- name : CI
4+ name : All Tests
55
66on :
77 push :
Original file line number Diff line number Diff line change 1- name : release
1+ name : Release
22concurrency : release
33on :
44 push :
5- branches : [master, main]
65 tags : ["*"]
76jobs :
87 release :
2221 - run : echo $PGP_SECRET | base64 --decode | gpg --batch --import
2322 env :
2423 PGP_SECRET : ${{ secrets.PGP_SECRET }}
25- - run : sbt test ciReleaseTagNextVersion ciReleaseSonatype
24+ - run : sbt test ciReleaseSkipIfAlreadyReleased ciReleaseTagNextVersion ciReleaseSonatype
2625 env :
2726 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
2827 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments