Skip to content

Update scala-library to 2.13.14 (#291) #86

Update scala-library to 2.13.14 (#291)

Update scala-library to 2.13.14 (#291) #86

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.11.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}