Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fleonhard committed Oct 8, 2021
1 parent de43a6a commit 19dbdc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
with:
registry-url: https://npm.pkg.github.com

- run: npm ci

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-red-ui",
"name": "node-red-knx-ui",
"version": "0.0.2",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 19dbdc7

Please sign in to comment.