Skip to content

Commit

Permalink
Merge pull request #35 from chelnak/add_release_note_condition
Browse files Browse the repository at this point in the history
Only get latest release notes on tag
  • Loading branch information
chelnak authored Mar 8, 2024
2 parents bcbc0eb + 803e02e commit 593257e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
docker push -a $IMAGE_ID
- name: "Generate release notes"
if: startsWith(github.ref, 'refs/tags/v')
run: |
export GH_HOST=github.com
gh extension install chelnak/gh-changelog
Expand Down

0 comments on commit 593257e

Please sign in to comment.