Skip to content

Update actions/checkout action to v6.0.1 (#544) #233

Update actions/checkout action to v6.0.1 (#544)

Update actions/checkout action to v6.0.1 (#544) #233

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
with:
java-version: openjdk@1.11
- name: Coursier cache
uses: coursier/cache-action@v7
- name: sbt ci-release ${{ 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 }}