Skip to content

fix gpg

fix gpg #90

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: zulu:8.0.402
- run: ./make.sh && ./publish.sh
env:
SBT_NATIVE_CLIENT: false
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}