Skip to content

Commit 70d6625

Browse files
authored
Update ci.yml
1 parent e72db86 commit 70d6625

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,3 @@ jobs:
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-
- uses: actions/[email protected]
68-
with:
69-
fetch-depth: 0
70-
- uses: olafurpg/setup-scala@v10
71-
with:
72-
java-version: "[email protected]"
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"

0 commit comments

Comments
 (0)