Skip to content

Commit 7968832

Browse files
committed
ci: 添加历史 tag 发布工作流
1 parent 14d9d2a commit 7968832

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish Historical Tags
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
tags:
7+
description: 'Comma-separated tags to publish'
8+
required: true
9+
10+
jobs:
11+
publish:
12+
uses: GameFrameX/public-github-actions/.github/workflows/publish-historical-tags.yml@main
13+
with:
14+
tags: ${{ github.event.inputs.tags }}
15+
secrets: inherit

0 commit comments

Comments
 (0)