Skip to content

Bump Grpc.Core.Api from 2.66.0 to 2.67.0 #2156

Bump Grpc.Core.Api from 2.66.0 to 2.67.0

Bump Grpc.Core.Api from 2.66.0 to 2.67.0 #2156

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: read
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}