We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38b1d5 commit 2174e41Copy full SHA for 2174e41
2 files changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Update version
28
working-directory: plugins/cyclops-modules
29
run: |
30
- jq '.version = "0.2.3-rc.1"' package.json > tmp.json && mv tmp.json package.json
+ jq '.version = "0.2.3-rc.2"' package.json > tmp.json && mv tmp.json package.json
31
- name: Build types
32
33
yarn tsc
plugins/cyclops-modules/package.json
@@ -11,7 +11,7 @@
11
},
12
"repository": {
13
"type": "git",
14
- "url": "github:cyclops-ui/backstage-plugins",
+ "url": "git+https://github.com/cyclops-ui/backstage-plugins.git",
15
"directory": "plugins/cyclops-modules"
16
17
"backstage": {
0 commit comments