Skip to content

Commit ff34118

Browse files
committed
Update release.yml
1 parent fd14402 commit ff34118

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
@@ -55,8 +55,8 @@ jobs:
5555
name: Setup options for a stable release
5656
run: |
5757
echo "APP_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
58-
echo "TAG_NAME=${{ env.APP_VERSION }}" >> $GITHUB_ENV
59-
echo "VERSION_NAME=${{ env.APP_VERSION }}" >> $GITHUB_ENV
58+
echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
59+
echo "VERSION_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
6060
6161
- name: Set up outputs
6262
id: set_outputs

0 commit comments

Comments
 (0)