mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-20 22:09: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:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- beta
|
||||
|
||||
jobs:
|
||||
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:
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue