Skip to content

improve: error reason was missing in exception #82

improve: error reason was missing in exception

improve: error reason was missing in exception #82

Workflow file for this run

name: Release
on:
pull_request:
branches: [master,main]
push:
branches: [master, main]
tags: ["*"]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sbt +test
publish:
needs: test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}