Won’t write commit logs to changelog_debug

This commit is contained in:
Cuong M. Tran 2024-04-27 00:28:50 +07:00
parent b1ed993f4d
commit a9412dd951
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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