Skip to content

Commit 114b166

Browse files
JankleDevJankleDev
authored andcommitted
update ci.yml
1 parent 00df506 commit 114b166

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
on: workflow_dispatch
1+
on:
2+
workflow_dispatch:
3+
inputs:
4+
tagname:
5+
description: 'tagname'
6+
required: true
7+
default: '1.2.2'
28

39
name: Release Binaries
410

@@ -19,8 +25,8 @@ jobs:
1925
env:
2026
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2127
with:
22-
tag_name: ${{ github.ref }}
23-
release_name: Release ${{ github.ref }}
28+
tag_name: ${{ github.event.inputs.tagname }}
29+
name: Release ${{ github.event.inputs.tagname }}
2430

2531
- name: Upload Release Asset
2632
id: upload-release-asset

0 commit comments

Comments
 (0)