Skip to content

Commit

Permalink
seperate changelog for android(play store) and github release
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Sep 23, 2023
1 parent 58a851e commit ce73b2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
packageName: me.sujanpoudel.playdeals
releaseFiles: ${{ steps.sign_aab.outputs.signedReleaseFile}}
inAppUpdatePriority: 5
whatsNewDirectory: CHANGELOG
whatsNewDirectory: CHANGELOG/android-whats-new
changesNotSentForReview: true
releaseName: ${{ github.ref_name }}
status: draft
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG/whatsnew-en-US
body_path: CHANGELOG/CHANGELOG.md
files: artifacts/*


Empty file added CHANGELOG/CHANGELOG.md
Empty file.
File renamed without changes.

0 comments on commit ce73b2c

Please sign in to comment.