Skip to content

Update scala3-compiler, scala3-library to 3.4.1 (#199) #343

Update scala3-compiler, scala3-library to 3.4.1 (#199)

Update scala3-compiler, scala3-library to 3.4.1 (#199) #343

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}