0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/.github/workflows/release-notes.yml

17 lines
310 B
YAML
Raw Normal View History

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