diff --git a/.github/actions/get-polls-version/action.yml b/.github/actions/get-polls-version/action.yml index 9f8d05f40..9ea28fe36 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@2 + uses: mavrosxristoforos/get-xml-info@2.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 0651c86b1..36937cde2 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()