Skip to content

Commit 33f3f6f

Browse files
Merge pull request #495 from dekusms/sherlockwisdom-patch-1
Sherlockwisdom patch 1
2 parents 7290799 + afa209c commit 33f3f6f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playstore-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
--version_code "${{ steps.version.outputs.version_code }}" \
105105
--version_name "${{ steps.version.outputs.version_name }}" \
106106
--description "Release ${{ github.ref_name }}" \
107-
--track internal \
108-
--status draft \
107+
--track production \
108+
--status completed \
109109
--app_bundle_file app/build/outputs/bundle/release/app-release-signed.aab \
110110
--creds_filepath ${{ github.workspace }}/playstore-credentials.json \
111111
--package_name "${{ secrets.PACKAGE_NAME }}"

.github/workflows/reproducible-build-check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ jobs:
272272
**sha256sum:** $(sha256sum "apk-release/${{ steps.version.outputs.version_name }}.apk" | awk '{print $1}')
273273
274274
**changelogs:** " \
275-
--draft
275+
--published

0 commit comments

Comments
 (0)