Skip to content

Commit

Permalink
chore: add cat of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 4, 2024
1 parent 5daeb99 commit 67847d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apps_wallet_prod_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
else
echo "## Changelog" > CHANGELOG.md
git log ${{ env.PREV_TAG }}..${{ env.CURRENT_TAG }} --pretty=format:"- %s in #%h" -- ./apps/wallet >> CHANGELOG.md
cat CHANGELOG.md
fi
- name: Get version from tag
Expand Down

0 comments on commit 67847d6

Please sign in to comment.