File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -268,15 +268,13 @@ jobs:
268
268
269
269
steps :
270
270
- checkout
271
- - attach_workspace :
272
- at : workspace
273
271
274
272
- run :
275
273
name : Trigger database update via API
276
274
command : |
277
275
export VERSION_FROM_TAG=$([[ ${CIRCLE_TAG} =~ ^v.* ]] && echo ${CIRCLE_TAG:1:20} || echo ${CIRCLE_TAG})
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
+ export SALESFORCE_VERSION=$(cat package.json | jq -r .slds.id)
277
+ export VERSION_FROM_PACKAGE=$(cat package.json | jq -r .version)
280
278
curl --location --request PATCH 'https://api.lightningdesignsystem.com/v1/release' \
281
279
--header 'Content-Type: application/json' \
282
280
--header 'Authorization: Bearer ${DSE_API_RELEASE_TOKEN}' \
@@ -542,4 +540,3 @@ workflows:
542
540
- vrt-desktop
543
541
- vrt-mobile
544
542
- vrt-legacy
545
-
You can’t perform that action at this time.
0 commit comments