We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8365a commit 53f36b9Copy full SHA for 53f36b9
.github/workflows/release.yml
@@ -120,7 +120,7 @@ jobs:
120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
with:
122
tag_name: ${{ github.event.inputs.tag }}
123
- release_name: Upgit ${{ github.event.inputs.tag }}
+ release_name: ${{ github.event.inputs.tag }}
124
body: ${{ steps.changelog.outputs.changes }}
125
draft: false
126
prerelease: ${{ github.event.inputs.prerelease }}
@@ -130,6 +130,6 @@ jobs:
130
131
repo_token: ${{ secrets.GITHUB_TOKEN }}
132
file: dist/**/*
133
- tag: ${{ github.ref }}
+ tag: ${{ github.event.inputs.tag }}
134
overwrite: true
135
file_glob: true
0 commit comments