1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/.github/workflows/release-notes.yml

16 lines
289 B
YAML
Raw Normal View History

2020-03-25 19:04:37 -04:00
name: Release notes
on:
push:
branches:
2020-06-16 14:41:47 -04:00
- main
2020-03-25 19:04:37 -04:00
jobs:
update_release_draft:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
2020-03-25 19:04:37 -04:00
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}