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 6ac2cbf commit 4652174Copy full SHA for 4652174
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
ver:
11
description: 'Version'
12
required: true
13
- default: '1.3b'
+ default: '1.4'
14
iteration:
15
description: 'Iteration'
16
default: '100'
@@ -21,6 +21,7 @@ permissions:
21
22
env:
23
BC_ITER: ${{ github.event.inputs.iteration }}
24
+ VER: ${{ github.event.inputs.ver || '1.4' }}
25
26
jobs:
27
Source:
@@ -103,5 +104,5 @@ jobs:
103
104
repo_token: ${{ secrets.GITHUB_TOKEN }}
105
file: bincrypter
106
overwrite: true
- tag: v${{ github.event.inputs.ver }}
107
+ tag: v${{ env.VER }}
108
0 commit comments