Skip to content

Commit 4652174

Browse files
committed
ver workflow
1 parent 6ac2cbf commit 4652174

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
ver:
1111
description: 'Version'
1212
required: true
13-
default: '1.3b'
13+
default: '1.4'
1414
iteration:
1515
description: 'Iteration'
1616
default: '100'
@@ -21,6 +21,7 @@ permissions:
2121

2222
env:
2323
BC_ITER: ${{ github.event.inputs.iteration }}
24+
VER: ${{ github.event.inputs.ver || '1.4' }}
2425

2526
jobs:
2627
Source:
@@ -103,5 +104,5 @@ jobs:
103104
repo_token: ${{ secrets.GITHUB_TOKEN }}
104105
file: bincrypter
105106
overwrite: true
106-
tag: v${{ github.event.inputs.ver }}
107+
tag: v${{ env.VER }}
107108

0 commit comments

Comments
 (0)