Skip to content

Make country flag job ignore the "nothing to commit" error #2162

Make country flag job ignore the "nothing to commit" error

Make country flag job ignore the "nothing to commit" error #2162

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}