We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72cb2c commit bd7f942Copy full SHA for bd7f942
.github/workflows/release.yml
@@ -49,6 +49,6 @@ jobs:
49
uses: "softprops/action-gh-release@v2"
50
with:
51
tag_name: ${{ github.ref_name }}
52
- name: "Release ${{ github.ref_name }}"
+ name: "${{ github.ref_name }}"
53
generate_release_notes: true
54
files: "${{ github.workspace }}/systemair.zip"
0 commit comments