Skip to content

Update endpoints libs #3

Update endpoints libs

Update endpoints libs #3

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
jobs:
publish:
runs-on: ubuntu-20.04
env:
SBT_NATIVE_CLIENT: true
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- uses: coursier/[email protected]
- run: sbt versionCheck
- 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 }}
- name: Generate site
run: sbt makeSite
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: documentation/target/site