Skip to content

Merge pull request #3 from raw-labs/add-public-helper #7

Merge pull request #3 from raw-labs/add-public-helper

Merge pull request #3 from raw-labs/add-public-helper #7

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
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: sbt publish
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
sbt clean publish