Skip to content

fix: the focus style and antd of the input box validation failure sho… #11

fix: the focus style and antd of the input box validation failure sho…

fix: the focus style and antd of the input box validation failure sho… #11

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}