Skip to content

bug!: fix compatibility issue with wiremoxk 3.7.0 (#135) #103

bug!: fix compatibility issue with wiremoxk 3.7.0 (#135)

bug!: fix compatibility issue with wiremoxk 3.7.0 (#135) #103

name: Release Drafter
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}