tag or ref? / copy pasta #1

Open
zramsay wants to merge 1 commits from zramsay-patch-1 into main

View File

@ -13,7 +13,7 @@ rcd_desc=$(jq -r '.description' package.json | sed 's/null//')
rcd_repository=$(jq -r '.repository' package.json | sed 's/null//')
rcd_homepage=$(jq -r '.homepage' package.json | sed 's/null//')
rcd_license=$(jq -r '.license' package.json | sed 's/null//')
rcd_author=$(jq -r '.license' package.json | sed 's/null//')
rcd_author=$(jq -r '.author' package.json | sed 's/null//')
rcd_app_version=$(jq -r '.version' package.json | sed 's/null//')
cat <<EOF > "$CONFIG_FILE"
@ -42,7 +42,7 @@ record:
license: "$rcd_license"
author: "$rcd_author"
repository: "$rcd_repository"
repository_tag: "$CERC_REPO_TAG"
repository_ref: "$CERC_REPO_TAG"
app_version: "$rcd_app_version"
app_type: "$CERC_APP_TYPE"
EOF