Skip to content

Commit 68ddfe6

Browse files
committed
update action
Signed-off-by: dartcafe <[email protected]>
1 parent f9eb48d commit 68ddfe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/get-polls-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- name: Get app version from appinfo/info.xml
2323
id: appinfo
24-
uses: mavrosxristoforos/get-xml-info@2
24+
uses: mavrosxristoforos/get-xml-info@2.0
2525
with:
2626
xml-file: 'appinfo/info.xml'
2727
xpath: '//info//version'

.github/workflows/publish_alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
php-tools: composer
3030

3131
- name: build
32-
run: npm run build --if-present
32+
run: npm run dev --if-present
3333

3434
- name: Make appstore package ${{ steps.appinfo.outputs.app-version }}
3535
if: success()

0 commit comments

Comments
 (0)