Skip to content

Bump actions/checkout from 3 to 4 (#138) #80

Bump actions/checkout from 3 to 4 (#138)

Bump actions/checkout from 3 to 4 (#138) #80

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}