Skip to content

Commit

Permalink
[CI] Only do github release for version change
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 19, 2023
1 parent 904b6d1 commit 379e82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379e82a

Please sign in to comment.