Skip to content

chore: Update scala3-library from 3.4.1 to 3.4.2 (#127) #2

chore: Update scala3-library from 3.4.1 to 3.4.2 (#127)

chore: Update scala3-library from 3.4.1 to 3.4.2 (#127) #2

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- development
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}