Skip to content

✨ feat(server): Integrate gpu-screen-recorder into the server (#11) #11

✨ feat(server): Integrate gpu-screen-recorder into the server (#11)

✨ feat(server): Integrate gpu-screen-recorder into the server (#11) #11

name: Release drafter
on:
push:
branches: [ main ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}