Skip to content

Bump Scalar.AspNetCore from 2.16.3 to 2.16.4 #4565

Bump Scalar.AspNetCore from 2.16.3 to 2.16.4

Bump Scalar.AspNetCore from 2.16.3 to 2.16.4 #4565

Workflow file for this run

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.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}