Skip to content

Bump async from 3.2.3 to 3.2.4 (#596) #117

Bump async from 3.2.3 to 3.2.4 (#596)

Bump async from 3.2.3 to 3.2.4 (#596) #117

---
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 }}