Skip to content

Commit 7f12165

Browse files
committed
Pin the upload-google-play version to avoid bug
r0adkll/upload-google-play#80
1 parent f5aa55a commit 7f12165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
repo_token: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Publish the APK to Google Play
59-
uses: r0adkll/upload-google-play@v1
59+
uses: r0adkll/upload-google-play@v1.0.15
6060
with:
6161
serviceAccountJsonPlainText: ${{ secrets.PLAY_SERVICE_ACCOUNT_JSON }}
6262
packageName: tech.httptoolkit.android.v1

0 commit comments

Comments
 (0)