Skip to content

fix: update find-exercise workflow to also work on closed issues (#71) #50

fix: update find-exercise workflow to also work on closed issues (#71)

fix: update find-exercise workflow to also work on closed issues (#71) #50

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write # to create a github release
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Release Draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}