Skip to content

build(deps): bump peaceiris/actions-gh-pages in the github-actions gr… #791

build(deps): bump peaceiris/actions-gh-pages in the github-actions gr…

build(deps): bump peaceiris/actions-gh-pages in the github-actions gr… #791

Workflow file for this run

name: Release notes
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# allow release-drafter/release-drafter to create GitHub releases and add labels to PRs
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'twbs/icons'
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}