Skip to content

Bug fix for duplicate source config entries #28

Bug fix for duplicate source config entries

Bug fix for duplicate source config entries #28

Workflow file for this run

name: Snapshot
on:
push:
branches: [uc_support_dev]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- run: sbt 'project distribution' publish
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}