Skip to content

Bump updatecli/updatecli-action from 3.1.3 to 3.2.0 (#706) #545

Bump updatecli/updatecli-action from 3.1.3 to 3.2.0 (#706)

Bump updatecli/updatecli-action from 3.1.3 to 3.2.0 (#706) #545

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}