Skip to content

Commit 5ec858f

Browse files
Merge main into feature/dev-execution
2 parents e5978c4 + 9231253 commit 5ec858f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
generate_changelog:
5858
runs-on: ubuntu-latest
59+
env:
60+
TAG_NAME: ${{ github.event.inputs.tag_name }}
5961
outputs:
6062
feature: ${{ steps.assign_output.outputs.feature }}
6163
tagname: ${{ steps.assign_output.outputs.tagname }}
@@ -71,7 +73,7 @@ jobs:
7173

7274
- if: github.event_name == 'workflow_dispatch'
7375
run: |
74-
echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
76+
echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_ENV
7577
- if: github.ref_name != 'main'
7678
run: |
7779
TAG_NAME=${{ github.ref_name }}

0 commit comments

Comments
 (0)