Skip to content

Bulk change all workflows: add a meaningful name. #322

Bulk change all workflows: add a meaningful name.

Bulk change all workflows: add a meaningful name. #322

name: 'Invoke Release Drafter'
on:
push:
branches:
- master
- main
jobs:
update-release-draft:
name: 'Update Release Draft'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}