Skip to content

fix: supporting compound key in component client (#1840) #2194

fix: supporting compound key in component client (#1840)

fix: supporting compound key in component client (#1840) #2194

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# We use this fork as slight security improvement
- uses: raboof/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}