Skip to content

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 (#299) #269

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 (#299)

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 (#299) #269

Workflow file for this run

name: Release
on:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: temurin:11
- run: sbt exampleVersionCheck ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}