Skip to content

Commit

Permalink
rollback line, add access public
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Mar 14, 2024
1 parent 2553c10 commit d2d1ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_dotcms_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
mkdir dist/apps/core-web
cp prepare.js ./dist/apps/core-web/prepare.js
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ORG_TOKEN }}
cd dist/apps/dotcms-ui
npm publish --public
npm publish --access public
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const mockContentletByInodeResponse = {
languageId: 1,
live: true,
locked: false,
modDate: 163978436363,
modDate: 1639784363633,
modUser: 'dotcms.org.1',
modUserName: 'Admin User',
owner: 'dotcms.org.1',
publishDate: 1639784363634,
publishDate: 1639784363633,
sortOrder: 0,
stInode: '0121c052881956cd95bfe5dde968ca07',
text: 'final value',
Expand Down

0 comments on commit d2d1ae2

Please sign in to comment.