Skip to content

chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0 #51

chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0

chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0 #51

name: Release Drafter
on:
push:
branches: [ main ]
pull_request:
types: [opened, reopened, synchronize, closed]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6.1.0
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}