Merge pull request #915 from scala-steward/update/metrics-core-4.2.25 #477
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
build: | |
name: Publish | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: "actions/[email protected]" | |
- name: java 11 setup | |
uses: "olafurpg/setup-scala@v13" | |
with: | |
java-version: '11' | |
- uses: "olafurpg/setup-gpg@v3" | |
- env: | |
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}" | |
PGP_SECRET: "${{ secrets.PGP_SECRET }}" | |
SONATYPE_PASSWORD: "${{ secrets.SONATYPE_PASSWORD }}" | |
SONATYPE_USERNAME: "${{ secrets.SONATYPE_USERNAME }}" | |
name: "Publish ${{ github.ref }}" | |
run: sbt ci-release | |
name: Release | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- "*" |