Skip to content

Commit e7be8ed

Browse files
authored
Fix ci (#23)
1 parent c56bd2c commit e7be8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: Release
7979
uses: softprops/action-gh-release@v1
8080
if: startsWith(github.ref, 'refs/tags/' )
81-
name: "CATS Configurator ${{ github.ref_name }}"
82-
body: ${{ steps.changelog_reader.outputs.changes }}
8381
with:
82+
name: "CATS Configurator ${{ github.ref_name }}"
83+
body: ${{ steps.changelog_reader.outputs.changes }}
8484
files: |
8585
builds/*.zip
8686
builds/*.exe

0 commit comments

Comments
 (0)