Skip to content

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16 #4997

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16

Bump Scalar.AspNetCore from 2.16.11 to 2.16.16 #4997

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
permissions: read-all
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v7.5.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}