Skip to content

Commit

Permalink
Merge branch 'dev-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzima-spb committed Dec 7, 2024
2 parents 6515335 + 53cb4d0 commit 4a9ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
get-current-release-command: |
jq -r '.include[] | select(.latest == true) | .version' .github/matrix.json
get-latest-release-command: |
wget -qO- https://www.tixati.com/download | grep 'Download Tixati v' | grep -oP '(?<=v)\d+(\.\d+)?'
wget -qO- https://www.tixati.com/download | grep 'Now Available!' | grep -oP '(?<=Version )\d+(\.\d+)?'
patch-files-command: |
perl -i -pe 's|(?<=TIXATI_VERSION=")[^"]+|'${LATEST_VERSION}'|' docker/Dockerfile
pushd .github
Expand Down

0 comments on commit 4a9ca78

Please sign in to comment.