File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 5757 - run : sbt -v ++${{ matrix.scala }} test
5858 - name : clean up
5959 run : " ${GITHUB_WORKSPACE}/.github/clean-up.sh"
60- snapshot :
61- runs-on : ubuntu-latest
62- needs : test
63- env :
64- JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
65- JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
66- steps :
67- 68- with :
69- fetch-depth : 0
70- - uses : olafurpg/setup-scala@v10
71- with :
72- 73- - uses : coursier/cache-action@v5
74- - uses : olafurpg/setup-gpg@v3
75- - run : sbt -v ci-release
76- env :
77- PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
78- PGP_SECRET : ${{ secrets.PGP_SECRET }}
79- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
80- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
81- - name : clean up
82- run : " ${GITHUB_WORKSPACE}/.github/clean-up.sh"
You can’t perform that action at this time.
0 commit comments