Skip to content

update: bump sbt to 1.9.9 (#2) #3

update: bump sbt to 1.9.9 (#2)

update: bump sbt to 1.9.9 (#2) #3

Workflow file for this run

name: publish
on:
push:
tags:
- "v*.*.*"
env:
GITHUB_TOKEN: ${{ secrets.WRITE_PACKAGES }}
jobs:
publish:
runs-on: self-hosted
container:
image: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19
options: --user 1001:1001
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: sbt publish
run: sbt clean publish