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:
workflow_dispatch:
branches:
- beta
jobs:
build-android:

View file

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