workflow: Make RELEASE.md more verbose

This commit is contained in:
Kamil Trzcinski 2023-06-03 14:01:44 +02:00
parent 3417b529b5
commit 57a14b419e
2 changed files with 5 additions and 1 deletions

View file

@ -63,6 +63,10 @@ jobs:
/DVERSION=${{ env.RELEASE_VERSION }}
/DBUILD_DIR=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}
/DOUTPUT_FILE=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}-setup.exe
- name: Update version in RELEASE.md
shell: bash
run: |
sed -i 's|#{GIT_TAG_NAME}|${{ env.RELEASE_VERSION }}|g' RELEASE.md
- uses: ncipollo/release-action@v1
with:
tag: ${{ env.RELEASE_VERSION }}