[CI] Only do github release for version change

This commit is contained in:
Chris Bono
2023-10-18 23:11:24 -05:00
parent 904b6d1029
commit 379e82a4d5

View File

@@ -812,6 +812,7 @@ jobs:
run: |
curl -sSL https://github.com/cbroglie/mustache/releases/download/v1.2.2/mustache_1.2.2_linux_amd64.tar.gz | sudo tar -C /usr/local/bin/ --no-same-owner -xzv mustache
- name: Create Github release
if: ${{ needs.parameters.outputs.is_version_change == 'true' }}
env:
RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json
RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5