Skip to content

Update http4s-circe, http4s-dsl to 0.23.23 #128

Update http4s-circe, http4s-dsl to 0.23.23

Update http4s-circe, http4s-dsl to 0.23.23 #128

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Test and compute coverage
run: sbt coverage test coverageReport coverageAggregate
- name: Codecov
uses: codecov/[email protected]
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: coursier/setup-action@v1
with:
jvm: adopt:11
apps: sbt
- run: sbt versionCheck ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- uses: codecov/codecov-action@v2
publishSite:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Generate website
run: sbt documentation/makeSite
- uses: JamesIves/[email protected]
with:
repository-name: endless4s/endless4s.github.io
branch: master
token: ${{ secrets.DOC_GITHUB_TOKEN }}
folder: documentation/target/site