We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0ce578 + 292ef89 commit e9e6cb8Copy full SHA for e9e6cb8
.github/workflows/appstore-build-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Get app version number
40
id: app-version
41
- uses: skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master
+ uses: skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # master
42
with:
43
filename: ${{ env.APP_NAME }}/appinfo/info.xml
44
expression: "//info//version/text()"
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Get appinfo data
51
id: appinfo
52
53
54
55
expression: "//info//dependencies//nextcloud/@min-version"
0 commit comments