Fix app type
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m32s

This commit is contained in:
Thomas E Lackey 2024-08-14 17:03:43 -05:00
parent 25cc7c7db6
commit b3e4d7eedf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/webapp-deployment-status-ui",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"homepage": "LACONIC_HOSTED_CONFIG_homepage",
"repository": "https://git.vdb.to/cerc-io/webapp-deployment-status-ui",

View File

@ -5,7 +5,7 @@ set -e
RECORD_FILE=tmp.rf.$$
CONFIG_FILE=`mktemp`
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp/next"}
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp"}
CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}