Skip to content

Commit

Permalink
Update CI-CD-gear-ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Magorsky authored May 21, 2024
1 parent c280ec5 commit 669e3dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI-CD-gear-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
working-directory: utils/gear-ui
run: |
export token=$(printenv $(printenv GITHUB_ACTOR))
npm install
npm install --no-workspaces
npm run build
npm config set //registry.npmjs.org/:_authToken=$token --no-workspaces
npm config set //registry.npmjs.org/:_authToken=$token
npm publish
env:
osipov-mit: ${{ secrets.OSIPOV_NPM_TOKEN }}
Expand All @@ -57,9 +57,9 @@ jobs:
working-directory: utils/vara-ui
run: |
export token=$(printenv $(printenv GITHUB_ACTOR))
npm install
npm install --no-workspaces
npm run build
npm config set //registry.npmjs.org/:_authToken=$token --no-workspaces
npm config set //registry.npmjs.org/:_authToken=$token
npm publish
env:
osipov-mit: ${{ secrets.OSIPOV_NPM_TOKEN }}
Expand Down

0 comments on commit 669e3dd

Please sign in to comment.