From b700462bf1b1ad08e6511c25dab431272394fa36 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Wed, 25 Sep 2024 21:02:00 +0200 Subject: [PATCH] update action Signed-off-by: dartcafe --- .github/actions/get-polls-version/action.yml | 2 +- .github/workflows/publish_alpha.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/get-polls-version/action.yml b/.github/actions/get-polls-version/action.yml index 4811ff060..0c92ac6dd 100644 --- a/.github/actions/get-polls-version/action.yml +++ b/.github/actions/get-polls-version/action.yml @@ -21,7 +21,7 @@ runs: steps: - name: Get app version from appinfo/info.xml id: appinfo - uses: mavrosxristoforos/get-xml-info@1.1.1 + uses: mavrosxristoforos/get-xml-info@1.1.1.0 with: xml-file: 'appinfo/info.xml' xpath: '//info//version' diff --git a/.github/workflows/publish_alpha.yml b/.github/workflows/publish_alpha.yml index 5cb88c600..538dca427 100644 --- a/.github/workflows/publish_alpha.yml +++ b/.github/workflows/publish_alpha.yml @@ -29,7 +29,7 @@ jobs: php-tools: composer - name: build - run: npm run build --if-present + run: npm run dev --if-present - name: Make appstore package ${{ steps.appinfo.outputs.app-version }} if: success()