Skip to content

Publish Release

Publish Release #24

Workflow file for this run

name: Publish Release
on: workflow_dispatch
jobs:
compile-all:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Publish
shell: bash
env:
SONATYPE_USERNAME: ${{ secrets.OSS_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OSS_PASSWORD }}
run: |
./mill mill.scalalib.PublishModule/ --publishArtifacts __.publishArtifacts