Skip to content

Commit

Permalink
Update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
larsore committed Oct 21, 2024
1 parent c6625be commit 53c1ef2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: yarn install --immutable
- run: yarn tsc
- run: yarn build
- run: yarn login
- run: yarn publishToNpm --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.KARTVERKET_BACKSTAGE_NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@backstage/theme": "^0.6.0",
"@k-phoen/backstage-plugin-grafana": "^0.1.22",
"@kartverket/backstage-plugin-opencost": "0.1.0",
"@kartverket/backstage-plugin-risk-scorecard": "2.0.2",
"@kartverket/backstage-plugin-risk-scorecard": "2.0.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"backstage-plugin-xkcd": "^1.0.9",
Expand Down
3 changes: 2 additions & 1 deletion plugins/ros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kartverket/backstage-plugin-risk-scorecard",
"version": "2.0.2",
"version": "2.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down Expand Up @@ -29,6 +29,7 @@
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"login": "npm login",
"publishToNpm": "npm publish",
"tsc": "tsc"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8310,7 +8310,7 @@ __metadata:
languageName: node
linkType: hard

"@kartverket/backstage-plugin-risk-scorecard@npm:2.0.2, @kartverket/backstage-plugin-risk-scorecard@workspace:plugins/ros":
"@kartverket/backstage-plugin-risk-scorecard@npm:2.0.3, @kartverket/backstage-plugin-risk-scorecard@workspace:plugins/ros":
version: 0.0.0-use.local
resolution: "@kartverket/backstage-plugin-risk-scorecard@workspace:plugins/ros"
dependencies:
Expand Down Expand Up @@ -16891,7 +16891,7 @@ __metadata:
"@backstage/theme": "npm:^0.6.0"
"@k-phoen/backstage-plugin-grafana": "npm:^0.1.22"
"@kartverket/backstage-plugin-opencost": "npm:0.1.0"
"@kartverket/backstage-plugin-risk-scorecard": "npm:2.0.2"
"@kartverket/backstage-plugin-risk-scorecard": "npm:2.0.3"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@playwright/test": "npm:^1.32.3"
Expand Down

0 comments on commit 53c1ef2

Please sign in to comment.