Skip to content

Update react monorepo to v17 (#703) #185

Update react monorepo to v17 (#703)

Update react monorepo to v17 (#703) #185

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
name: Update Release Draft
runs-on: ubuntu-latest
steps:
- name: Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}