Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Feb 21, 2024
1 parent 8cde4b9 commit 4db45d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mobrix-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
export LATEST_VERSION=$(curl -s https://registry.npmjs.org/mobrix-ui/latest -H "Accept: application/json" | jq -r '.version')
npm ci
output=$(node ./scripts/ci/check-version.js)
if [ $output -eq 1 ]; then
Expand All @@ -37,7 +39,6 @@ jobs:
fi
- name: Publish to npm registry
run: |
npm ci
npm run build
npm publish --access public
env:
Expand Down

0 comments on commit 4db45d4

Please sign in to comment.