We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07bd4 commit 9f4bef0Copy full SHA for 9f4bef0
.github/workflows/build-release.yml
@@ -1,8 +1,5 @@
1
name: CI - Build Release
2
on:
3
- push:
4
- paths-ignore:
5
- - 'docs/**'
6
workflow_dispatch:
7
inputs:
8
tag_version:
@@ -29,9 +26,9 @@ jobs:
29
26
env:
30
27
# GitHub Information
31
28
branch: ${{ github.ref }}
32
- pre: ${{inputs.pre_release}}
33
- tag: ${{inputs.tag_version}}
34
- des: ${{inputs.desciption}}
+ pre: ${{ inputs.pre_release }}
+ tag: ${{ inputs.tag_version }}
+ des: ${{ inputs.desciption }}
35
commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
36
commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
37
0 commit comments