Skip to content

Update ubuntu image in release.yaml (#644) #391

Update ubuntu image in release.yaml (#644)

Update ubuntu image in release.yaml (#644) #391

Workflow file for this run

name: Release
on:
push:
branches: ['master']
tags:
- 'v1.*'
- 'v2.*'
- 'v3.*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: "adopt@1.11"
- uses: olafurpg/setup-gpg@v3
- 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 }}