Skip to content

Merge pull request #144 from scala-steward/update/scala3-compiler-3.4.2 #122

Merge pull request #144 from scala-steward/update/scala3-compiler-3.4.2

Merge pull request #144 from scala-steward/update/scala3-compiler-3.4.2 #122

Workflow file for this run

name: Release
on:
push:
branches: [main, milestone]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/setup-action@v1
with:
jvm: adopt:16
apps: sbt bloop
- 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 }}