mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 04:42:34 +00:00
Updated workflow
This commit is contained in:
parent
3da4fcf0c8
commit
14a62c36ef
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release-beta.yaml
vendored
3
.github/workflows/release-beta.yaml
vendored
|
@ -33,8 +33,7 @@ jobs:
|
|||
msg: "${{ steps.read_pubspec.outputs.data }}"
|
||||
separator: "+"
|
||||
- name: Save version on env variable
|
||||
run: |
|
||||
echo "VERSION_NAME=$(echo ${{ steps.splitted_version.outputs._0 }}" >> $GITHUB_ENV
|
||||
run: echo "VERSION_NAME=$(echo ${{ steps.splitted_version.outputs._0 }})" >> $GITHUB_ENV
|
||||
- name: Update KeyStore password in gradle properties
|
||||
run: sed -i 's/#{KEYSTORE_PASS}#/${{ secrets.KEYSTORE_PASS }}/g' android/key.properties
|
||||
- name: Update KeyStore key password in gradle properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue