diff --git a/.github/workflows/talk.yml b/.github/workflows/talk.yml index e4bc89c9..59e0ff49 100644 --- a/.github/workflows/talk.yml +++ b/.github/workflows/talk.yml @@ -18,7 +18,7 @@ jobs: git ls-remote https://github.com/nextcloud/nextcloud-talk-recording v* \ | cut -d/ -f3 \ | sort -V \ - | grep -E "^v[0-9]+\.[0-9\.]+$" \ + | grep -E "^v[0-9\.]+$" \ | tail -1 )" sed -i "s|^ENV RECORDING_VERSION.*$|ENV RECORDING_VERSION $recording_version|" ./Containers/talk-recording/Dockerfile