Skip to content

Commit

Permalink
Merge pull request #341 from DennisBauer/fix_release
Browse files Browse the repository at this point in the history
Fix changelog for PlayStore
  • Loading branch information
DennisBauer authored Sep 28, 2024
2 parents d712b34 + 059c691 commit 916aab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: whatsnew
path: whatsnew
- id: get_version
uses: battila7/get-version-action@v2
- name: Build Changelog
Expand Down Expand Up @@ -150,4 +151,4 @@ jobs:
packageName: de.dbauer.expensetracker
releaseFiles: app-release.aab
track: production
whatsNewDirectory: /
whatsNewDirectory: whatsnew/

0 comments on commit 916aab3

Please sign in to comment.