Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bd11307

Browse files
committed
why do you ask
1 parent a61dee9 commit bd11307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Move results to ci folder
7171
command: |
7272
# Update the plugin.json with up to date info
73-
sed -e "s/%VERSION%/$(cat package.json | jq .version | tr -d '\"')/" -e "s/%TODAY%/$(date)/" ./src/plugin.json > ./dist/lugin.json
73+
sed -e "s/%VERSION%/$(cat package.json | jq .version | tr -d '\"')/" -e "s/%TODAY%/$(date)/" ./src/plugin.json > ./dist/plugin.json
7474
mkdir -pv ci/job/build_plugin
7575
mkdir -pv ci/packages
7676
mkdir -pv ci/jobs/package

0 commit comments

Comments
 (0)