Skip to content

Merge pull request #9 from OlegYch/main #4

Merge pull request #9 from OlegYch/main

Merge pull request #9 from OlegYch/main #4

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
jobs:
publish:
runs-on: ubuntu-20.04
env:
SBT_NATIVE_CLIENT: true
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
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
- name: Generate site
run: sbt makeSite
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: documentation/target/site