Skip to content

Commit

Permalink
fix wf ui (#1479)
Browse files Browse the repository at this point in the history
Co-authored-by: magorsky <[email protected]>
  • Loading branch information
Magorsky and DDmitriy248 authored Jan 30, 2024
1 parent 83434bc commit d1ef671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD-gear-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
export token=$(printenv $(printenv GITHUB_ACTOR))
npm install
npm run build
npm config set //registry.npmjs.org/:_authToken=$token
npm config set //registry.npmjs.org/:_authToken=$token --no-workspaces
npm publish
env:
osipov-mit: ${{ secrets.OSIPOV_NPM_TOKEN }}
Expand Down

0 comments on commit d1ef671

Please sign in to comment.