We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eb48d commit 68ddfe6Copy full SHA for 68ddfe6
.github/actions/get-polls-version/action.yml
@@ -21,7 +21,7 @@ runs:
21
steps:
22
- name: Get app version from appinfo/info.xml
23
id: appinfo
24
- uses: mavrosxristoforos/get-xml-info@2
+ uses: mavrosxristoforos/get-xml-info@2.0
25
with:
26
xml-file: 'appinfo/info.xml'
27
xpath: '//info//version'
.github/workflows/publish_alpha.yml
@@ -29,7 +29,7 @@ jobs:
29
php-tools: composer
30
31
- name: build
32
- run: npm run build --if-present
+ run: npm run dev --if-present
33
34
- name: Make appstore package ${{ steps.appinfo.outputs.app-version }}
35
if: success()
0 commit comments