There was an error while loading. Please reload this page.
1 parent b31d9db commit 8fbca20Copy full SHA for 8fbca20
1 file changed
.github/workflows/appstore-build-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Get app version number
44
id: app-version
45
- uses: skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # master
+ uses: skjnldsv/xpath-action@d813024a13948950fd8d23b580254feeb4883d3c # master
46
with:
47
filename: ${{ env.APP_NAME }}/appinfo/info.xml
48
expression: "//info//version/text()"
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Get appinfo data
55
id: appinfo
56
57
58
59
expression: "//info//dependencies//nextcloud/@min-version"
0 commit comments