File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,23 +149,23 @@ jobs:
149149 if-no-files-found : error
150150 retention-days : 14
151151
152- - name : Upload closed testing release with release notes
152+ - name : Upload closed testing draft with release notes
153153 if : ${{ inputs.release_notes != '' }}
154154 uses : r0adkll/upload-google-play@v1
155155 with :
156156 serviceAccountJsonPlainText : ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
157157 packageName : club.devkor.ontime
158158 releaseFiles : build/app/outputs/bundle/release/app-release.aab
159159 tracks : alpha
160- status : completed
160+ status : draft
161161 whatsNewDirectory : distribution/whatsnew
162162
163- - name : Upload closed testing release
163+ - name : Upload closed testing draft
164164 if : ${{ inputs.release_notes == '' }}
165165 uses : r0adkll/upload-google-play@v1
166166 with :
167167 serviceAccountJsonPlainText : ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
168168 packageName : club.devkor.ontime
169169 releaseFiles : build/app/outputs/bundle/release/app-release.aab
170170 tracks : alpha
171- status : completed
171+ status : draft
You can’t perform that action at this time.
0 commit comments