Skip to content

Fix weather template temperature unit (#3191) #1711

Fix weather template temperature unit (#3191)

Fix weather template temperature unit (#3191) #1711

name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}