Skip to content

Remove Missinglink ignore for sbt (#101) #379

Remove Missinglink ignore for sbt (#101)

Remove Missinglink ignore for sbt (#101) #379

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '8'
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci-release-cont ${{ github.ref }}
run: ./sbt ci-release-cont
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}