Skip to content

Commit eb3f5d8

Browse files
committed
feat: fix npm publishing
1 parent c683b46 commit eb3f5d8

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Continuous Deployment
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release Please
2+
23
on:
4+
workflow_dispatch:
35
push:
4-
branches:
5-
- main
66

77
jobs:
88
release:
@@ -13,5 +13,5 @@ jobs:
1313
id-token: write
1414
uses: OMICRONEnergyOSS/oscd-gh-workflows/.github/workflows/release-please.yml@main
1515
secrets:
16-
npm_token: ${{ secrets.NPM_TOKEN }}
1716
gh_token: ${{ secrets.GITHUB_TOKEN }}
17+

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.11"}
1+
{".":"0.0.12"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.12](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.11...oscd-shell-v0.0.12) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* fix npm publishing ([88c7af7](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/88c7af777019755d99824f57f1e2b8cb6cd5c18d))
9+
310
## [0.0.11](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.10...oscd-shell-v0.0.11) (2026-01-22)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12",
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)