Skip to content

Bump Microsoft.Extensions.ServiceDiscovery from 8.0.1 to 8.0.2 in the dotnet group #189

Bump Microsoft.Extensions.ServiceDiscovery from 8.0.1 to 8.0.2 in the dotnet group

Bump Microsoft.Extensions.ServiceDiscovery from 8.0.1 to 8.0.2 in the dotnet group #189

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref_type != 'tag' }}
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 }}