Skip to content

Bump actions/checkout from 3 to 4 #63

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #63

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}