Skip to content

Added K0 support for auto-derivation of T[A | B] and T[A & B] giv… #62

Added K0 support for auto-derivation of T[A | B] and T[A & B] giv…

Added K0 support for auto-derivation of T[A | B] and T[A & B] giv… #62

Workflow file for this run

name: Release
on:
push:
branches: [master, main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
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 }}