Skip to content

chore(gha): bump SonarSource/sonarcloud-github-action from 3.1.0 to 4… #2423

chore(gha): bump SonarSource/sonarcloud-github-action from 3.1.0 to 4…

chore(gha): bump SonarSource/sonarcloud-github-action from 3.1.0 to 4… #2423

name: Fill GitHub Draft Release
on:
workflow_dispatch:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-22.04
permissions:
# To create or update releases
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}