Skip to content

Commit 2948217

Browse files
committed
skip putting version in GH env
1 parent 9261d47 commit 2948217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
# equivalent of using >> rather than >.)
160160
run: |
161161
export SDK_VERSION=$(cat packages/core/package.json | jq --raw-output '.version')
162-
echo "SDK_VERSION=$SDK_VERSION" | tee -a $GITHUB_ENV
162+
# echo "SDK_VERSION=$SDK_VERSION" | tee -a $GITHUB_ENV
163163
# - name: Move dist-serverless to root directory (requirement for zipping action)
164164
# run: |
165165
# mv ./packages/serverless/build/aws/dist-serverless .

0 commit comments

Comments
 (0)