Skip to content

Commit

Permalink
Try fixing name to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 15, 2024
1 parent 003f5ae commit 4ca46ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: '22.x'
cache: 'yarn'
registry-url: 'https://npm.pkg.github.com'
scope: '@saulshanabrook'
- run: yarn install
- run: yarn build
- run: yarn pack -f package.tgz
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "egraph-visualizer",
"name": "@saulshanabrook/egraph-visualizer",
"version": "0.0.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4ca46ae

Please sign in to comment.