diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index 07e7d82..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Keep the versions up-to-date - -on: - release: - types: [published, edited] - -jobs: - actions-tagger: - runs-on: ubuntu-latest - steps: - - uses: Actions-R-Us/actions-tagger@latest - with: - publish_latest_tag: false \ No newline at end of file diff --git a/README.md b/README.md index 82bf663..1695d24 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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" @@ -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"