Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kateile committed Feb 26, 2024
1 parent d6ced1d commit ce8bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: flutter pub get
- run: flutter build appbundle --build-number=${{ github.run_number }} --build-name=2022.02.${{ github.run_number }} --obfuscate --split-debug-info=./build/app/outputs/symbols

- uses: r0adkll/upload-google-play@v1.0.15
- uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.kateile.stg
Expand Down

0 comments on commit ce8bc0a

Please sign in to comment.