File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,16 @@ jobs:
267
267
resource_class : small
268
268
269
269
steps :
270
+ - checkout
271
+ - attach_workspace :
272
+ at : workspace
273
+
270
274
- run :
271
275
name : Trigger database update via API
272
276
command : |
273
277
export VERSION_FROM_TAG=$([[ ${CIRCLE_TAG} =~ ^v.* ]] && echo ${CIRCLE_TAG:1:20} || echo ${CIRCLE_TAG})
274
- export SALESFORCE_VERSION=$(cat package.json | jq -r .slds.id)
275
- export VERSION_FROM_PACKAGE=$(cat package.json | jq -r .version)
278
+ export SALESFORCE_VERSION=$(cat workspace/ package.json | jq -r .slds.id)
279
+ export VERSION_FROM_PACKAGE=$(cat workspace/ package.json | jq -r .version)
276
280
curl --location --request PATCH 'https://api.lightningdesignsystem.com/v1/release' \
277
281
--header 'Content-Type: application/json' \
278
282
--header 'Authorization: Bearer ${DSE_API_RELEASE_TOKEN}' \
You can’t perform that action at this time.
0 commit comments