Skip to content

feat: replace relative links with raw.githubusercontent in start-ex… #75

feat: replace relative links with raw.githubusercontent in start-ex…

feat: replace relative links with raw.githubusercontent in start-ex… #75

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