Skip to content

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src/HomeInventory #2992

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src/HomeInventory

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0 in /src/HomeInventory #2992

Workflow file for this run

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