Skip to content

Commit

Permalink
try different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 1, 2024
1 parent b8e88af commit ec1518f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: actions/checkout@v1

- name: Compare version
run: [[ "v$(xmlstarlet sel -t -v '//config/default/payment/truelayer/version' ./etc/config.xml)" == $(git describe --tags --abbrev=0 | tr -d '\n') ]]
run: |
[[ "v$(xmlstarlet sel -t -v '//config/default/payment/truelayer/version' ./etc/config.xml)" == $(git describe --tags --abbrev=0 | tr -d '\n') ]]

0 comments on commit ec1518f

Please sign in to comment.