Won’t write commit logs to changelog_debug
This commit is contained in:
parent
b1ed993f4d
commit
a9412dd951
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build_preview.yml
vendored
12
.github/workflows/build_preview.yml
vendored
|
|
@ -78,12 +78,12 @@ jobs:
|
|||
contents: 'package exh const val syDebugVersion: String = "${{ github.run_number }}"'
|
||||
write-mode: overwrite
|
||||
|
||||
- name: Write changelog_debug.xml
|
||||
uses: DamianReeves/write-file-action@v1.3
|
||||
with:
|
||||
path: app/src/main/res/raw/changelog_debug.xml
|
||||
contents: "${{ env.CHANGELOG }}"
|
||||
write-mode: overwrite
|
||||
# - name: Write changelog_debug.xml
|
||||
# uses: DamianReeves/write-file-action@v1.3
|
||||
# with:
|
||||
# path: app/src/main/res/raw/changelog_debug.xml
|
||||
# contents: "${{ env.CHANGELOG }}"
|
||||
# write-mode: overwrite
|
||||
|
||||
- name: Write google-services.json
|
||||
uses: DamianReeves/write-file-action@v1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue