Skip to content

Commit 3a66095

Browse files
committed
fix(ci): 统一 .github 工作流配置
同步 network 包的 .github/workflows 目录,统一所有包的 CI/CD 配置(publish-release、publish-historical-tags、sync)。 Closes GameFrameX/com.gameframex.unity#3
1 parent b3d44d5 commit 3a66095

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Publish Historical Tags
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
publish-historical-tags:
8+
uses: GameFrameX/public-github-actions/.github/workflows/publish-historical-tags.yml@main
9+
with:
10+
tags: ''
11+
secrets: inherit

0 commit comments

Comments
 (0)