0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/.github/workflows/release-notes.yml

15 lines
243 B
YAML
Raw Normal View History

2020-03-26 00:04:37 +01:00
name: Release notes
on:
push:
branches:
2020-06-16 20:41:47 +02:00
- main
2020-03-26 00:04:37 +01:00
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}