Skip to content

Bump the github-actions group with 1 update (#7) #8

Bump the github-actions group with 1 update (#7)

Bump the github-actions group with 1 update (#7) #8

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: release-drafter
jobs:
update-release-draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}