Skip to content

Commit 5aebf8e

Browse files
author
Administrator
committed
fix ignore
1 parent 21bdb89 commit 5aebf8e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: yarn
1616
- run: yarn tsc
1717
- 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
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2121

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mycloudlab/scaffolder-backend-module-ansible-controller",
33
"description": "ansible controller backstage integration",
4-
"version": "0.2.0",
4+
"version": "0.1.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "Apache-2.0",
@@ -27,13 +27,11 @@
2727
"fix": "backstage-cli repo fix --publish"
2828
},
2929
"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"
3532
},
3633
"devDependencies": {
34+
3735
"@backstage/backend-common": "^0.23.3",
3836
"@backstage/cli": "^0.26.11",
3937
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)