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 fd14402 commit ff34118Copy full SHA for ff34118
.github/workflows/release.yml
@@ -55,8 +55,8 @@ jobs:
55
name: Setup options for a stable release
56
run: |
57
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
+ echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
+ echo "VERSION_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
60
61
- name: Set up outputs
62
id: set_outputs
0 commit comments