Skip to content

Update pyflichub-tcpclient to 0.1.6 (#11) #6

Update pyflichub-tcpclient to 0.1.6 (#11)

Update pyflichub-tcpclient to 0.1.6 (#11) #6

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}