Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Sep 26, 2024
1 parent 6a46f53 commit b700462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/get-polls-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- name: Get app version from appinfo/info.xml
id: appinfo
uses: mavrosxristoforos/[email protected]
uses: mavrosxristoforos/[email protected].0
with:
xml-file: 'appinfo/info.xml'
xpath: '//info//version'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b700462

Please sign in to comment.