Skip to content

Bump concurrently from 7.6.0 to 8.2.2 (#206) #126

Bump concurrently from 7.6.0 to 8.2.2 (#206)

Bump concurrently from 7.6.0 to 8.2.2 (#206) #126

name: Release Drafter
on:
push:
branches:
- main
- 2.x
jobs:
update_release_draft:
if: github.repository_owner == 'kurkle'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}