Skip to content

chore: Bump codecov/codecov-action from 5.0.2 to 5.1.1 #37

chore: Bump codecov/codecov-action from 5.0.2 to 5.1.1

chore: Bump codecov/codecov-action from 5.0.2 to 5.1.1 #37

Workflow file for this run

---
name: Draft a release note
on:
push:
workflow_dispatch:
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}