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.
1 parent c56bd2c commit e7be8edCopy full SHA for e7be8ed
.github/workflows/build.yml
@@ -78,9 +78,9 @@ jobs:
78
- name: Release
79
uses: softprops/action-gh-release@v1
80
if: startsWith(github.ref, 'refs/tags/' )
81
- name: "CATS Configurator ${{ github.ref_name }}"
82
- body: ${{ steps.changelog_reader.outputs.changes }}
83
with:
+ name: "CATS Configurator ${{ github.ref_name }}"
+ body: ${{ steps.changelog_reader.outputs.changes }}
84
files: |
85
builds/*.zip
86
builds/*.exe
0 commit comments