mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-22 06:49:11 +00:00
Updated workflow
This commit is contained in:
parent
fc2305266f
commit
3055c3582b
2 changed files with 1 additions and 4 deletions
2
.github/workflows/release-beta.yaml
vendored
2
.github/workflows/release-beta.yaml
vendored
|
@ -2,8 +2,6 @@ name: Compile and release beta build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- beta
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-android:
|
build-android:
|
||||||
|
|
3
.github/workflows/release-stable.yaml
vendored
3
.github/workflows/release-stable.yaml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue