Skip to content

Bump actions/checkout from 4.1.0 to 4.1.1 (#240) #6

Bump actions/checkout from 4.1.0 to 4.1.1 (#240)

Bump actions/checkout from 4.1.0 to 4.1.1 (#240) #6

name: Release Drafter
on:
push:
branches: ['main']
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}