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 f75ba1c commit a4a85fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 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,10 @@ 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:
NODE_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/mobrix-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
always-auth: "true"
- run: |
npm ci
npm run build
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit a4a85fb

Please sign in to comment.