Skip to content

Commit 9f4bef0

Browse files
committed
fix type
1 parent 5e07bd4 commit 9f4bef0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: CI - Build Release
22
on:
3-
push:
4-
paths-ignore:
5-
- 'docs/**'
63
workflow_dispatch:
74
inputs:
85
tag_version:
@@ -29,9 +26,9 @@ jobs:
2926
env:
3027
# GitHub Information
3128
branch: ${{ github.ref }}
32-
pre: ${{inputs.pre_release}}
33-
tag: ${{inputs.tag_version}}
34-
des: ${{inputs.desciption}}
29+
pre: ${{ inputs.pre_release }}
30+
tag: ${{ inputs.tag_version }}
31+
des: ${{ inputs.desciption }}
3532
commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
3633
commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
3734

0 commit comments

Comments
 (0)