Updated workflow

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 19:46:45 +02:00
parent fc2305266f
commit 3055c3582b
2 changed files with 1 additions and 4 deletions

View file

@ -2,8 +2,6 @@ name: Compile and release beta build
on: on:
workflow_dispatch: workflow_dispatch:
branches:
- beta
jobs: jobs:
build-android: build-android:

View file

@ -2,8 +2,6 @@ name: Compile and release production build
on: on:
workflow_dispatch: workflow_dispatch:
branches:
- master
jobs: jobs:
build-android: build-android:
@ -210,6 +208,7 @@ jobs:
file: './pubspec.yaml' file: './pubspec.yaml'
key-path: '["version"]' key-path: '["version"]'
- name: Save version on env variable - name: Save version on env variable
shell: bash
id: save_version id: save_version
run: | run: |
version=${{ steps.read_pubspec.outputs.data }} version=${{ steps.read_pubspec.outputs.data }}