Skip to content

Bump actions/checkout from 3.5.3 to 4.0.0 (#36) #35

Bump actions/checkout from 3.5.3 to 4.0.0 (#36)

Bump actions/checkout from 3.5.3 to 4.0.0 (#36) #35

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}