File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 15
15
- run : yarn
16
16
- run : yarn tsc
17
17
- run : yarn build
18
- - run : yarn publish --new-version ${GITHUB_REF/refs\/tags\//}
18
+ - run : yarn publish --new-version ${GITHUB_REF/refs\/tags\//} --no-git-tag-version
19
19
env :
20
20
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
21
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mycloudlab/scaffolder-backend-module-ansible-controller" ,
3
3
"description" : " ansible controller backstage integration" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"license" : " Apache-2.0" ,
27
27
"fix" : " backstage-cli repo fix --publish"
28
28
},
29
29
"dependencies" : {
30
- "@backstage/backend-dynamic-feature-service" : " ^0.3.2" ,
31
- "@backstage/backend-plugin-api" : " ^0.8.1" ,
32
- "@backstage/core-plugin-api" : " ^1.9.3" ,
33
- "@backstage/plugin-scaffolder-node" : " ^0.4.10" ,
34
- "cross-fetch" : " ^4.0.0"
30
+ "@backstage/backend-plugin-api" : " 0.7.0" ,
31
+ "@backstage/plugin-scaffolder-node" : " ^0.4.8"
35
32
},
36
33
"devDependencies" : {
34
+
37
35
"@backstage/backend-common" : " ^0.23.3" ,
38
36
"@backstage/cli" : " ^0.26.11" ,
39
37
"typescript" : " ^5.5.4"
You can’t perform that action at this time.
0 commit comments