diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index 52d2570d81..9ff2a457f7 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -34,7 +34,7 @@ jobs: - name: Update user agent version run: | VERSION=$(cat lerna.json | jq .version -r) - echo -e "// this file is auto generated, do not modify\nexport const VERSION = '$VERSION';" > packages/commons/src/version.ts + echo -e "// this file is auto generated, do not modify\nexport const PT_VERSION = '$VERSION';" > packages/commons/src/version.ts - name: Stage changes run: git add . - name: Set release version diff --git a/docs/snippets/package.json b/docs/snippets/package.json index 7ce63ac2db..d9ec60326e 100644 --- a/docs/snippets/package.json +++ b/docs/snippets/package.json @@ -6,6 +6,7 @@ "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, + "private": true, "scripts": { "test": "echo 'Not Applicable'", "test:e2e": "echo 'Not Applicable'",