From a9412dd95178bc02c1fec09333c0c7dd51883c39 Mon Sep 17 00:00:00 2001 From: "Cuong M. Tran" Date: Sat, 27 Apr 2024 00:28:50 +0700 Subject: [PATCH] =?UTF-8?q?Won=E2=80=99t=20write=20commit=20logs=20to=20ch?= =?UTF-8?q?angelog=5Fdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_preview.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index 66869c207..ce1c9034b 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -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