Updated versions

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 14:18:48 +02:00
parent 3666746924
commit 602acd2189

View file

@ -32,10 +32,10 @@ jobs:
run: sed -i 's/#{KEYSTORE_PASS}#/${{ secrets.KEYSTORE_PASS }}/g' android/key.properties run: sed -i 's/#{KEYSTORE_PASS}#/${{ secrets.KEYSTORE_PASS }}/g' android/key.properties
- name: Update KeyStore key password in gradle properties - name: Update KeyStore key password in gradle properties
run: sed -i 's/#{KEYSTORE_KEY_PASS}#/${{ secrets.KEYSTORE_KEY_PASS }}/g' android/key.properties run: sed -i 's/#{KEYSTORE_KEY_PASS}#/${{ secrets.KEYSTORE_KEY_PASS }}/g' android/key.properties
- uses: actions/setup-java@v1 - uses: actions/setup-java@v2
with: with:
java-version: "18.x" java-version: "18.x"
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
- run: flutter clean - run: flutter clean
@ -74,7 +74,7 @@ jobs:
run: echo "${{ secrets.ENV }}" | base64 --decode > .env run: echo "${{ secrets.ENV }}" | base64 --decode > .env
- name: Update version in YAML - name: Update version in YAML
run: sed -i '' 's/99.99.99+99/${{ github.event.inputs.version }}+${{ github.event.inputs.number }}/g' pubspec.yaml run: sed -i '' 's/99.99.99+99/${{ github.event.inputs.version }}+${{ github.event.inputs.number }}/g' pubspec.yaml
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
- run: flutter clean - run: flutter clean