Skip to content

Commit

Permalink
Merge pull request #6 from rdkcentral/fix/workflows
Browse files Browse the repository at this point in the history
feat: update package names
  • Loading branch information
chiefcll authored Jun 18, 2024
2 parents 52f185b + 1e72c31 commit d581bc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
chmod -R 777 .git/
- name: Publish artifacts
run: pnpm run version-publish
run: pnpm version-publish

publish_solid_ui_sb:
needs: publish_packages # run if publish_pacakges succeeds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-solid-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './src/packages/solid/storybook-static'
path: './packages/solid/storybook-static'

- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion packages/l3-ui-theme-base/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lightningjs/l3-ui-theme-base",
"name": "@lightningtv/l3-ui-theme-base",
"version": "0.3.3",
"description": "A basic theme for the @lightningjs/solid-ui component library.",
"main": "theme.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lightningjs/solid-ui",
"name": "@lightningtv/solid-ui",
"version": "0.18.18",
"description": "A shared library of components for the LightningJS Solid Framework.",
"main": "dist/index.js",
Expand Down

0 comments on commit d581bc8

Please sign in to comment.