Skip to content

[build] Switch to ubuntu-22.04 runner (#482) #152

[build] Switch to ubuntu-22.04 runner (#482)

[build] Switch to ubuntu-22.04 runner (#482) #152

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}