Skip to content

Fix missing IMeterFactory for .NET7 and lower (#117) #234

Fix missing IMeterFactory for .NET7 and lower (#117)

Fix missing IMeterFactory for .NET7 and lower (#117) #234

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}