Skip to content

Commit

Permalink
removed versioning and added static version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Sep 15, 2023
1 parent 2b3af7e commit d6175c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/versioning.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This action allows you to automatically upload an Android App Bundle to the Goog
```yaml
- name: Upload Android App Bundle to Google Play Store
id: upload_aab
uses: KevinRohn/github-action-upload-play-store@v1
uses: KevinRohn/github-action-upload-play-store@v1.0.0
with:
service_account_json: ${{ secrets.SERVICE_ACCOUNT_JSON }}
package_name: "com.example.myapp"
Expand All @@ -33,7 +33,7 @@ This action allows you to automatically upload an Android App Bundle to the Goog
```yaml
- name: Upload .aab to Internal Track
id: upload_internal
uses: KevinRohn/github-action-upload-play-store@v1
uses: KevinRohn/github-action-upload-play-store@v1.0.0
with:
service_account_json: ${{ secrets.SERVICE_ACCOUNT_JSON }}
package_name: "com.example.myapp"
Expand All @@ -47,7 +47,7 @@ This action allows you to automatically upload an Android App Bundle to the Goog
```yaml
- name: Upload .aab to Production Track
id: upload_production
uses: KevinRohn/github-action-upload-play-store@v1
uses: KevinRohn/github-action-upload-play-store@v1.0.0
with:
service_account_json: ${{ secrets.SERVICE_ACCOUNT_JSON }}
package_name: "com.example.myapp"
Expand Down

0 comments on commit d6175c7

Please sign in to comment.