Skip to content

Commit 2174e41

Browse files
committed
update package.json repo url
1 parent f38b1d5 commit 2174e41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Update version
2828
working-directory: plugins/cyclops-modules
2929
run: |
30-
jq '.version = "0.2.3-rc.1"' package.json > tmp.json && mv tmp.json package.json
30+
jq '.version = "0.2.3-rc.2"' package.json > tmp.json && mv tmp.json package.json
3131
- name: Build types
3232
run: |
3333
yarn tsc

plugins/cyclops-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "github:cyclops-ui/backstage-plugins",
14+
"url": "git+https://github.com/cyclops-ui/backstage-plugins.git",
1515
"directory": "plugins/cyclops-modules"
1616
},
1717
"backstage": {

0 commit comments

Comments
 (0)