Skip to content

feat: include bug report url at the beginning of each exercise (#96) #66

feat: include bug report url at the beginning of each exercise (#96)

feat: include bug report url at the beginning of each exercise (#96) #66

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@v5
- name: Update Release Draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}