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.
2 parents a618e8d + 9231253 commit fc1fd60Copy full SHA for fc1fd60
.github/workflows/prerelease.yml
@@ -56,6 +56,8 @@ jobs:
56
57
generate_changelog:
58
runs-on: ubuntu-latest
59
+ env:
60
+ TAG_NAME: ${{ github.event.inputs.tag_name }}
61
outputs:
62
feature: ${{ steps.assign_output.outputs.feature }}
63
tagname: ${{ steps.assign_output.outputs.tagname }}
@@ -71,7 +73,7 @@ jobs:
71
73
72
74
- if: github.event_name == 'workflow_dispatch'
75
run: |
- echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
76
+ echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_ENV
77
- if: github.ref_name != 'main'
78
79
TAG_NAME=${{ github.ref_name }}
0 commit comments