Skip to content

更新版本号

更新版本号 #34

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore: [ '**.md', 'LICENSE' ]
pull_request:
branches: [ main ]
paths-ignore: [ '**.md', 'LICENSE' ]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
uses: InkCanvasForClass/community/.github/workflows/plugin-build.yml@net6
with:
project: SamplePlugin.csproj
plugin_id: sample.plugin
plugin_name: 示例插件
plugin_description: '示例插件,演示工具栏组件动态注册'
auto_release: true
secrets: inherit