We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152af55 commit 671a521Copy full SHA for 671a521
.github/workflows/release.yml
@@ -185,7 +185,7 @@ jobs:
185
VERSION=${{ steps.get_version.outputs.VERSION }}
186
187
cat << EOF > release_notes.md
188
- # Key Light Controller ${VERSION}
+ # ${VERSION}
189
190
## 📦 Installation
191
@@ -230,7 +230,7 @@ jobs:
230
uses: softprops/action-gh-release@v2
231
with:
232
tag_name: ${{ steps.get_version.outputs.VERSION }}
233
- name: Key Light Controller ${{ steps.get_version.outputs.VERSION }}
+ name: ${{ steps.get_version.outputs.VERSION }}
234
body_path: release_notes.md
235
draft: false
236
prerelease: ${{ contains(steps.get_version.outputs.VERSION, 'beta') || contains(steps.get_version.outputs.VERSION, 'alpha') }}
0 commit comments