Skip to content

Commit 457ad1b

Browse files
committed
tests
1 parent ae19979 commit 457ad1b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ on:
55
- main
66
paths:
77
- src/*
8+
9+
on:
810
workflow_dispatch:
11+
inputs:
12+
version:
13+
description: 'Version'
14+
default: '1.1'
15+
type: string
16+
required: true
917

1018
permissions:
1119
contents: write
1220

13-
env:
14-
VER: 1.1
15-
1621
jobs:
1722
Source:
1823
runs-on: ubuntu-latest
@@ -71,5 +76,5 @@ jobs:
7176
repo_token: ${{ secrets.GITHUB_TOKEN }}
7277
file: bincrypter
7378
overwrite: true
74-
tag: v${{ env.VER }}
79+
tag: v${{ inputs.version }}
7580

0 commit comments

Comments
 (0)