Skip to content

chore(deps): update renovatebot/github-action action to v40.3.1 #92

chore(deps): update renovatebot/github-action action to v40.3.1

chore(deps): update renovatebot/github-action action to v40.3.1 #92

Workflow file for this run

name: Publish artifacts
on:
push:
branches:
- 'master'
tags:
- 'v*'
jobs:
build:
uses: ./.github/workflows/ci.yml
publish:
name: Publish Artifacts
needs: [ build ]
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: sbt
- name: Publish project
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt ci-release