Skip to content

configure plugin for build #53

configure plugin for build

configure plugin for build #53

Workflow file for this run

name: Build & Publish
on:
workflow_dispatch:
push:
branches: ['master']
jobs:
Build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Setup JDK And SBT
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "21"
cache: "sbt"
- name: Cdisplay publish to path
run: sbt publishTo
# - name: Publish to Maven Repository
# run: sbt ci-release
- name: Publish to GitHub Packages
run: sbt publish
env:

Check failure on line 32 in .github/workflows/sbt-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sbt-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}