Skip to content

fix: fixing TcpConfig now showing in inspector #22

fix: fixing TcpConfig now showing in inspector

fix: fixing TcpConfig now showing in inspector #22

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Release:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/exec
@semantic-release/changelog
@semantic-release/git
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}