Skip to content

Update bson to 5.1.0 (#230) #119

Update bson to 5.1.0 (#230)

Update bson to 5.1.0 (#230) #119

Workflow file for this run

name: release
on:
push:
branches: [master, main]
tags: ["*"]
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
- run: sbt ci-release