Skip to content

Commit

Permalink
fix org name for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 3, 2024
1 parent edc3c7b commit 1631ddd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run test:unit
- run: npm run build:web-docker
Expand All @@ -34,9 +34,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://npm.pkg.github.com/
scope: '@openreply'
scope: '@openreplyde'
- run: npm ci
- uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@openreply/web-docker",
"name": "@openreplyde/web-docker",
"version": "1.0.0-alpha.1",
"type": "module",
"files": ["dist"],
Expand Down

0 comments on commit 1631ddd

Please sign in to comment.