Skip to content

ci: Use GITHUB_OUTPUT envvar instead of set-output command (#358) #137

ci: Use GITHUB_OUTPUT envvar instead of set-output command (#358)

ci: Use GITHUB_OUTPUT envvar instead of set-output command (#358) #137

name: Draft Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}