Skip to content

Update sbt to 1.9.8 #74

Update sbt to 1.9.8

Update sbt to 1.9.8 #74

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Cache SBT
uses: actions/cache@v2
with:
path: |
~/.cache/coursier/v1
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- uses: olafurpg/setup-gpg@v3
- run: ./make.sh
- run: ./publish.sh
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}