Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 71c4756

Browse files
committed
Fix workflow inputs
1 parent efbd74d commit 71c4756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
with:
94-
tag_name: ${{ inputs.version }}
95-
release_name: ${{ inputs.version }}
94+
tag_name: ${{ github.event.inputs.version }}
95+
release_name: ${{ github.event.inputs.version }}
9696
draft: true
9797

9898
- name: Upload windows build

0 commit comments

Comments
 (0)