Skip to content

Update build.sbt (#3) #4

Update build.sbt (#3)

Update build.sbt (#3) #4

Workflow file for this run

name: Publish Jar on Push to main
on:
workflow_dispatch:
push:
branches: ['master']
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: '11'
distribution: 'adopt'
cache: sbt
- name: Publish Package - hl7-pet
run: sbt publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}