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

Commit a61dee9

Browse files
committed
ci update infinity
1 parent 9b9d7a5 commit a61dee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- run:
7070
name: Move results to ci folder
7171
command: |
72+
# 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
7274
mkdir -pv ci/job/build_plugin
7375
mkdir -pv ci/packages
7476
mkdir -pv ci/jobs/package

0 commit comments

Comments
 (0)