diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3a8e19f29..0618b1fcb7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: node_modules/.bin/gulp build --modules=modules.json - name: version - run: cat package.json | grep -e "\"version.*\"" | grep -oP "\d\.\d+\.\d+" > version.txt + run: cat package.json | grep -e "\"version.*\"" | grep -oP "\d+\.\d+\.\d+" > version.txt - name: Upload artifact uses: actions/upload-artifact@v4