Skip to content

Bump actions/checkout from 5 to 6 (#172) #159

Bump actions/checkout from 5 to 6 (#172)

Bump actions/checkout from 5 to 6 (#172) #159

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}