File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,18 @@ jobs:
12121313 with :
1414 fetch-depth : 0
15-
1615 # setup build environment
17- - uses : coursier/cache-action@v6
18- - uses : olafurpg/setup-scala@v13
19- - name : sbt test and packagedArtifacts for sbt 1.x
20- run : |
21- sbt test packagedArtifacts
22- - name : sbt Publish for sbt 1.x
23- run : |
24- echo 'sbt ci-release'
25- sbt ci-release
26- env :
27- PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
28- PGP_SECRET : ${{ secrets.PGP_SECRET }}
29- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
30- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
16+ - uses : coursier/cache-action@v6
17+ - uses : olafurpg/setup-scala@v13
18+ - name : sbt test and packagedArtifacts for sbt 1.x
19+ run : |
20+ sbt test packagedArtifacts
21+ - name : sbt Publish for sbt 1.x
22+ run : |
23+ echo 'sbt ci-release'
24+ sbt ci-release
25+ env :
26+ PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
27+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
28+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
29+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments