Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Feb 7, 2024
1 parent a4a85fb commit 81921e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobrix-ui-publish-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
scope: "@cianciarusocataldo"
always-auth: "true"
- run: |
npm ci
npm run update:package-json "this.name=\"@cianciarusocataldo/mobrix-ui\""
npm run update:package-json "this.publishConfig={\"registry\": \"https://npm.pkg.github.com\"}"
npm ci
npm run build
npm publish --access public
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mobrix-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org/"
always-auth: "true"
- run: |
npm ci
Expand Down

0 comments on commit 81921e8

Please sign in to comment.