Skip to content

Update http4s-circe, http4s-client, ... to 0.23.27 (#686) #559

Update http4s-circe, http4s-client, ... to 0.23.27 (#686)

Update http4s-circe, http4s-client, ... to 0.23.27 (#686) #559

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: actions/setup-java@v4.2.1
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- name: sbt cipublish ${{ github.ref }}
run: ./sbt cipublish
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}