Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
JGeek00 committed Sep 11, 2024
2 parents f9f7e8c + 3055c35 commit 6eb1d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Compile and release beta build

on:
workflow_dispatch:
branches:
- beta

jobs:
build-android:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Compile and release production build

on:
workflow_dispatch:
branches:
- master

jobs:
build-android:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6eb1d73

Please sign in to comment.