Skip to content

Update cats-effect, cats-effect-testkit to 3.5.7 #145

Update cats-effect, cats-effect-testkit to 3.5.7

Update cats-effect, cats-effect-testkit to 3.5.7 #145

Workflow file for this run

name: Release
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ ubuntu-latest ]
scala: [ 3.3.1 ]
java: [ graalvm-ce-java17@22.3.0 ]
steps:
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- 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 }}