Skip to content

Update metrics-core to 4.2.23 (#5110) #1140

Update metrics-core to 4.2.23 (#5110)

Update metrics-core to 4.2.23 (#5110) #1140

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: cache SBT
uses: coursier/cache-action@v6
- name: Java 11 setup
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ 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 }}