Skip to content

Update sbt, scripted-plugin to 1.10.3 (#374) #319

Update sbt, scripted-plugin to 1.10.3 (#374)

Update sbt, scripted-plugin to 1.10.3 (#374) #319

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 11
cache: 'sbt'
- name: sbt +versionCheck ${{ github.ref }}
run: ./sbt +versionCheck
- name: sbt ci-release ${{ github.ref }}
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 }}