Skip to content

Fixed NRE during SettingsView unload and added MacOS file to .gitignore. #301

Fixed NRE during SettingsView unload and added MacOS file to .gitignore.

Fixed NRE during SettingsView unload and added MacOS file to .gitignore. #301

name: Release Drafter
on:
push:
branches:
- dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}