Skip to content

Commit 462b1ee

Browse files
committed
ci: fix npm publishing
1 parent 029cc3f commit 462b1ee

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: Release Please
2+
23
on:
34
workflow_dispatch:
45
push:
5-
branches:
6-
- main
76

87
jobs:
9-
release:
8+
npm-publish:
9+
10+
runs-on: ubuntu-latest
1011
permissions:
1112
contents: write
12-
issues: write
13-
pull-requests: write
1413
id-token: write
1514
uses: OMICRONEnergyOSS/oscd-gh-workflows/.github/workflows/release-please.yml@main
1615
secrets:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@omicronenergy/oscd-shell",
3-
"version": "0.0.11",
2+
"name": "@stee-re/oscd-shell",
3+
"version": "0.0.2",
44
"description": "The shell component of OpenSCD, where plugins are loaded and the application is initialized.",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/OMICRONEnergyOSS/oscd-shell.git"
7+
"url": "git+https://github.com/stee-re/oscd-shell.git"
88
},
99
"keywords": [
1010
"scl",

0 commit comments

Comments
 (0)