Skip to content

Fixes #348. Fix encoding when reading xml file (#349) #116

Fixes #348. Fix encoding when reading xml file (#349)

Fixes #348. Fix encoding when reading xml file (#349) #116

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