Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 (#255) #21

Bump actions/checkout from 4.1.5 to 4.1.6 (#255)

Bump actions/checkout from 4.1.5 to 4.1.6 (#255) #21

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