Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#16) #47

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#16)

Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#16) #47

name: Release Drafter
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- main
jobs:
release-drafter:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/[email protected]
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}