Skip to content

Update to Compose 1.9.0 and Compose Material3 1.4.0 (#122) #237

Update to Compose 1.9.0 and Compose Material3 1.4.0 (#122)

Update to Compose 1.9.0 and Compose Material3 1.4.0 (#122) #237

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