Skip to content

Bump GabrielBB/xvfb-action from 1.6 to 1.7 #470

Bump GabrielBB/xvfb-action from 1.6 to 1.7

Bump GabrielBB/xvfb-action from 1.6 to 1.7 #470

Workflow file for this run

name: Publish
on: # yamllint disable-line rule:truthy
push:
branches: main
pull_request:
release:
types: [published]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- 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 }}