mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update prerelease.yml
This commit is contained in:
parent
c5e3c9f1a4
commit
ee3736e691
1 changed files with 4 additions and 0 deletions
4
.github/workflows/prerelease.yml
vendored
4
.github/workflows/prerelease.yml
vendored
|
@ -22,6 +22,10 @@ jobs:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
- name: Set checks for prerelease updates to true by default
|
||||||
|
run: |
|
||||||
|
COMMIT_HASH="$(git log -1 --format='%H')"
|
||||||
|
sed -i "s/R\.string\.prerelease_update_key), false))/R\.string\.prerelease_update_key), true))/" app/src/main/java/com/lagradost/cloudstream3/utils/InAppUpdater.kt
|
||||||
- name: Update prerelease_commit_hash
|
- name: Update prerelease_commit_hash
|
||||||
run: |
|
run: |
|
||||||
COMMIT_HASH="$(git log -1 --format='%H')"
|
COMMIT_HASH="$(git log -1 --format='%H')"
|
||||||
|
|
Loading…
Reference in a new issue