Skip to content

Commit

Permalink
Read tag content, not full tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Aug 9, 2023
1 parent ad8e335 commit a238b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nmc-app-precond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
uses: skjnldsv/xpath-action@master
with:
filename: ${{ runner.TEMP }}/info.xml
expression: "/info/id"
expression: "/info/id/text()"

- name: Get appversion from appinfo
id: appversion
uses: skjnldsv/xpath-action@master
with:
filename: ${{ runner.TEMP }}/info.xml
expression: "/info/version"
expression: "/info/version/text()"

- name: Check ambigouity
id: release_not_exist
Expand Down

0 comments on commit a238b78

Please sign in to comment.