diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index 080e537..fca2d8f 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -18,6 +18,8 @@ jobs: id: get_version run: | VERSION=$(sed -n 's/^[[:space:]]*version:[[:space:]]*//p' conf.yml | head -n 1) + VERSION=${VERSION//\"/} + VERSION=${VERSION//\'/} echo "Detected version: $VERSION" echo "VERSION=$VERSION" >> $GITHUB_ENV echo "::set-output name=VERSION::$VERSION"